Navigation
API > API/Runtime > API/Runtime/AnimGraphRuntime
| |
|
| Name |
ERemoveCurveMode |
| Type |
enum |
| Header File |
/Engine/Source/Runtime/AnimGraphRuntime/Public/AnimNodes/AnimNode_RemoveCurve.h |
| Include Path |
#include "AnimNodes/AnimNode_RemoveCurve.h" |
Syntax
enum ERemoveCurveMode
{
RemoveSpecifiedCurves,
KeepOnlySpecifiedCurves,
}
Values
| Name |
Remarks |
| RemoveSpecifiedCurves |
Removes animation curves which names are specified in the Curves variable from the Pose Input. |
| KeepOnlySpecifiedCurves |
Removes ALL animation curves in the Pose Input, EXCEPT those specified in the Curves variable |