UnrealEngine

From FACEGOOD
Jump to navigation Jump to search

Download the plugins

UE5.2

  1. Download FgControlRig and FgLiveLinkReceiver plugins from this LINK;
  2. Paste the FACEGODD plugins file to the project path. Make sure that the plugins is placed in this hierarchy.
    • Plugins
      • FgControlRig
      • FgLiveLinkReciver


UE5.3-5.4

Open Unreal Engine Marketplace, search for Facegood, and download these two plugins. Then, install these plugins into Unreal Engine.


Plugin Source Code

Connect Steps

Video Tutorial

Graphic Tutorial

Open your Unreal project and then load FgControlRig and FgLiveLinkReceiver from the plugin manager.

  • Go to Window tab and access the control rig blueprint.
  • Find the blueprint in the folder
  • Use Unreal livelink to receive the signal
  • Attach the signal to the Anim blueprint
  • Edit the AnimGraph, Go to Fg Control Rig Node. Set the Preview Mesh to your character head asset.
  • Also make sure that the control rig class is set to 'Face_ControlBoard_CtrlRig'.
  • Then hit Compile (note: yellow error messages after compiling are normal).
  • Select Anim Class, and Run.