Navigation
API > API/Plugins > API/Plugins/MotionWarping
| Name | FPrecomputedWarpCurve |
| Type | struct |
| Header File | /Engine/Plugins/Animation/MotionWarping/Source/MotionWarping/Public/RootMotionModifier_PrecomputedWarp.h |
| Include Path | #include "RootMotionModifier_PrecomputedWarp.h" |
Syntax
USTRUCT (Experimental)
struct FPrecomputedWarpCurve
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CurveType | EPrecomputedWarpWeightCurveType | Type of curve to interpolate using. | RootMotionModifier_PrecomputedWarp.h |
|
| EndRatio | float | Time to complete warping, as a ratio of the duration of the Notify. | RootMotionModifier_PrecomputedWarp.h |
|
| StartRatio | float | Time to start warping, as a ratio of the duration of the Notify. | RootMotionModifier_PrecomputedWarp.h |
|