# DigitalTwinForUE **Repository Path**: delete_h/digital-twin-for-ue ## Basic Information - **Project Name**: DigitalTwinForUE - **Description**: win服务下管理UE 渲染客户端 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 73 - **Created**: 2022-08-09 - **Last Updated**: 2022-08-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # DigitalTwinForUE #### 介绍 UE像素流发布管理平台 #### 安装教程 1. JDK1.8 2. VFCloud/MasterAndAgent/VFCloud.bat ** 只支持ue5 程序包** #### 近期开放功能 1、前端交互接口脚本 2、API自定义发布功能模块 3、API测试模块 #### 使用说明 链接:https://pan.baidu.com/s/1kMejYkSP8A8Yj6tDhqjh9g 提取码:1111 --来自百度网盘超级会员V4的分享 云服务管理平台 ![输入图片说明](login.png) ![输入图片说明](project.png) ![输入图片说明](reServer.png) ![输入图片说明](GPU.png) ``` 1、http://localhost:8880/Renderers/Any/order Method:OPTIONS Body:{ "order":"工程ID", "width":窗口宽度, "height":窗口高度 } 返回: { "code": 200, "message": " 成功.", "result": { "url": "ws://127.0.0.1:9999?EIO=65596748", //用于 app.js 里WebSocket 地址 "renderingEngine": "", "expiresIn": 1659794032677, "fitMode": "any", "enableMenuBall": false, "enableVoiceFn": false, "projectId": "763ee35bd6cc47c3973b6a2640bf2d1a", "appId": "763ee35bd6cc47c3973b6a2640bf2d1a", "artype": "None" } } ```