Navigation
API > API/Plugins > API/Plugins/MotionWarping
| Name | EWarpTargetLocationOffsetDirection |
| Type | enum |
| Header File | /Engine/Plugins/Animation/MotionWarping/Source/MotionWarping/Public/RootMotionModifier.h |
| Include Path | #include "RootMotionModifier.h" |
Syntax
enum EWarpTargetLocationOffsetDirection
{
TargetsForwardVector,
VectorFromTargetToOwner,
WorldSpace,
}
Values
| Name | Remarks |
|---|---|
| TargetsForwardVector | LocationOffset.X translates the target transform along the target component's forward vector. |
| VectorFromTargetToOwner | LocationOffset.X translates the target transform along the vector from the target to the owning actor. |
| WorldSpace | LocationOffset moves the target transform in world space |