UnrealEngine: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=== Download the plugins === ==== UE5.2 ==== # Download FgControlRig and FgLiveLinkReceiver plugins from this [https://resource.facegood.ca/v1/download/UE5.2_Plugins.rar LINK]; # Paste the FACEGODD plugins file to the project path. Make sure that the plugins is placed in this hierarchy. #* Plugins #** FgControlRig #** FgLiveLinkReciver center|frameless|621x621px ==== UE5.3-5.4 ==== Open Unreal Engine Marketplace, search for Facegoo...") |
|||
Line 28: | Line 28: | ||
==== Graphic Tutorial ==== | ==== Graphic Tutorial ==== | ||
Open your Unreal project and then load FgControlRig and FgLiveLinkReceiver from the plugin manager. | |||
[[File:UE Load Plugins.png|center|frameless|1920x1920px]] | |||
* Go to Window tab and access the control rig blueprint. | * Go to Window tab and access the control rig blueprint. | ||
[[File: | [[File:UE Create Control Rig Blueprint.png|center|frameless|1920x1920px]] | ||
* Find the blueprint in the folder | * Find the blueprint in the folder | ||
[[File:UE Find The Template Blueprint.png|center|frameless|1920x1920px]] | |||
[[File: | |||
* Use Unreal livelink to receive the signal | * Use Unreal livelink to receive the signal | ||
[[File:Ue5.3 step4.png|center|frameless|2336x2336px]] | [[File:Ue5.3 step4.png|center|frameless|2336x2336px]] |
Revision as of 02:39, 9 October 2024
Download the plugins
UE5.2
- Download FgControlRig and FgLiveLinkReceiver plugins from this LINK;
- Paste the FACEGODD plugins file to the project path. Make sure that the plugins is placed in this hierarchy.
- Plugins
- FgControlRig
- FgLiveLinkReciver
- Plugins
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).
- Finish the compile and Drag the Head Asset to the scene
How to connect Body and head(Metahuman)
Due to the different connection methods of various motion capture devices, we are only providing a general connection approach here. Specific details may vary in different projects.
Connect Body and Head by Postporcess blueprint
Since the new plugin utilizes a different blueprint, we need to first connect the body with the head, and then replace the blueprint of the head with the one from the plugin.
- Open your original head BP asset, and then find the face post porcess blueprint.
- Open the AnimGraph of your post process blueprint. And add those nodes.
- Create a 'Copy Pose From Mesh' Node and check the 'Use Attached Parent' box
- Add a 'Layered blend per bone' Node and do following changes
- Config -> layer setup->branch filters
- Add a Bone name to the Index : FACIAL_C_FacialRoot
- Compile the post process buleprint
- Go back to Metahuman actor and then change the face anim blueprint.
- Run the scene and check the result