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