Navigation
API > API/Runtime > API/Runtime/AnimGraphRuntime
Options for what PoseDriver should be driving
| Name | EPoseDriverOutput |
| Type | enum |
| Header File | /Engine/Source/Runtime/AnimGraphRuntime/Public/AnimNodes/AnimNode_PoseDriver.h |
| Include Path | #include "AnimNodes/AnimNode_PoseDriver.h" |
Syntax
enum EPoseDriverOutput
{
DrivePoses,
DriveCurves,
}
Values
| Name | Remarks |
|---|---|
| DrivePoses | Use target's DrivenName to drive poses from the assigned PoseAsset |
| DriveCurves | Use the target's DrivenName to drive curves |