FACEGOOD FgLiveLinkReceiver

FaceGood - Code Plugins - Mar 29, 2024

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

  • Supported Platforms
  • Supported Engine Versions
    5.3
  • Download Type
    Engine Plugin
    This product contains a code plugin, complete with pre-built binaries and all its source code that integrates with Unreal Engine, which can be installed to an engine version of your choice then enabled on a per-project basis.

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]]

  }

  }

}

Technical Details

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