FACEGOOD FgLiveLinkReceiver

FaceGood - 代码插件 - 2024/03/29

This plugin is used to receive data from FaceGood Android LiveDrive application

  • 支持的平台
  • 支持的引擎版本
    5.3
  • 下载类型
    引擎插件
    此产品包含一款代码插件,含有预编译的二进制文件以及与虚幻引擎集成的所有源代码,能够安装到您选择的引擎版本中,并根据每个项目的需求启动。

This plugin is used to receive data from Android FaceGood LiveDrive. All UDP data is with the protocol below.

# JSON

{

"FACEGOOD":{ #subjectName

  "FrameId": 1, #frame id , option

  "Properties":[

    {"Name": "A", "Value":0.0}, # item name and it's value

    {"Name": "B", "Value":0.0}

    ],

  "Joints":{

  "Names":["JA", "JB"],

  "ParentIdx":[0,0],

  "Transforms":[[0,0,0,0,0,0],[0,0,0,0,0,0]]

  }

  }

}

技术细节

Features:

  •  C++ Plugin stream data from FACEGOOD LiveDrive to UE5.3

Number of C++ Classes:5

Network Replicated: No

Supported Development Platforms: Win64

Supported Target Build Platforms: Win64

Documentation: https://avatary.yuque.com/org-wiki-avatary-uhm530/bwxeel/gknmsxa49kd10g9m