Navigation
API > API/Plugins > API/Plugins/MotionWarping
| |
|
| Name |
EPrecomputedWarpWeightCurveType |
| Type |
enum |
| Header File |
/Engine/Plugins/Animation/MotionWarping/Source/MotionWarping/Public/RootMotionModifier_PrecomputedWarp.h |
| Include Path |
#include "RootMotionModifier_PrecomputedWarp.h" |
Syntax
enum EPrecomputedWarpWeightCurveType
{
FromRootMotionTranslation,
FromRootMotionRotation,
Linear,
EaseIn,
EaseOut,
EaseInOut,
Instant,
DoNotWarp,
}
Values
| Name |
Remarks |
| FromRootMotionTranslation |
|
| FromRootMotionRotation |
|
| Linear |
|
| EaseIn |
|
| EaseOut |
|
| EaseInOut |
|
| Instant |
|
| DoNotWarp |
|