Navigation
API > API/Plugins > API/Plugins/MotionWarping
| Name | EPrecomputedWarpUpdateMode |
| Type | enum |
| Header File | /Engine/Plugins/Animation/MotionWarping/Source/MotionWarping/Public/RootMotionModifier_PrecomputedWarp.h |
| Include Path | #include "RootMotionModifier_PrecomputedWarp.h" |
Syntax
enum EPrecomputedWarpUpdateMode
{
World,
Relative,
}
Values
| Name | Remarks |
|---|---|
| World | Each frame, apply root motion to get to the expected part of the alignment path in wold space |
| Relative | Each frame, apply the root motion from the alignment path relative to the previous frame |