Navigation
API > API/Plugins > API/Plugins/UAFAnimNode
| |
|
| Name |
EUAFOffsetRootBoneNodeMode |
| Type |
enum |
| Header File |
/Engine/Plugins/Experimental/UAF/UAFAnimNode/Source/UAFAnimNode/Public/UAF/AnimOps/UAFOffsetRootBoneAnimOp.h |
| Include Path |
#include "UAF/AnimOps/UAFOffsetRootBoneAnimOp.h" |
Syntax
enum EUAFOffsetRootBoneNodeMode
{
Accumulate,
Interpolate,
Release,
}
Values
| Name |
Remarks |
| Accumulate |
Accumulate the mesh component's movement into the offset. |
| Interpolate |
Continuously interpolate the offset out In this mode, if the mesh component moves The root will stay behind, but will attempt to catch up |
| Release |
Release the offset and stop accumulating the mesh component's movement delta. |