Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/AnimGraphRuntime/Public/AnimNodes/AnimNode_PoseDriver.h |
Include |
#include "AnimNodes/AnimNode_PoseDriver.h" |
enum EPoseDriverOutput
{
DrivePoses,
DriveCurves,
}
Name |
Description |
---|---|
DrivePoses |
Use target's DrivenName to drive poses from the assigned PoseAsset |
DriveCurves |
Use the target's DrivenName to drive curves |
Options for what PoseDriver should be driving