Navigation
API > API/Plugins > API/Plugins/MotionWarping
Method used to extract the warp point from the animation
| Name | EWarpPointAnimProvider |
| Type | enum |
| Header File | /Engine/Plugins/Animation/MotionWarping/Source/MotionWarping/Public/RootMotionModifier.h |
| Include Path | #include "RootMotionModifier.h" |
Syntax
enum EWarpPointAnimProvider
{
None,
Static,
Bone,
}
Values
| Name | Remarks |
|---|---|
| None | No warp point is provided |
| Static | Warp point defined by a 'hard-coded' transform user can enter through the warping notify |
| Bone | Warp point defined by a bone |