Navigation
API > API/Plugins > API/Plugins/Mover
| Name | ELayeredMove_ConstantVelocitySettingsFlags |
| Type | enum |
| Header File | /Engine/Plugins/Experimental/Mover/Source/Mover/Public/DefaultMovementSet/LayeredMoves/BasicLayeredMoves.h |
| Include Path | #include "DefaultMovementSet/LayeredMoves/BasicLayeredMoves.h" |
Syntax
enum ELayeredMove_ConstantVelocitySettingsFlags
{
NoFlags = 0,
VelocityStartRelative = (1 << 0),
VelocityAlwaysRelative = (1 << 1),
}
Values
| Name | Remarks |
|---|---|
| NoFlags | |
| VelocityStartRelative | Velocity direction is determined when this move starts, relative to the target actor. This flag is incompatible with other Velocity**** flags. |
| VelocityAlwaysRelative | Velocity direction is always relative to the target actor, even if its orientation changes. This flag is incompatible with other Velocity**** flags. |