Navigation
API > API/Plugins > API/Plugins/Mover > API/Plugins/Mover/MoveLibrary
References
| Module | Mover |
| Header | /Engine/Plugins/Experimental/Mover/Source/Mover/Public/MoveLibrary/MovementUtilsTypes.h |
| Include | #include "MoveLibrary/MovementUtilsTypes.h" |
Syntax
USTRUCT (BlueprintType )
struct FProposedMove
Remarks
Encapsulates info about an intended move that hasn't happened yet
Variables
| Type | Name | Description | |
|---|---|---|---|
| FRotator | AngularVelocity | Degrees per second, local space. | |
| uint8: 1 | bHasDirIntent | Signals whether there was any directional intent specified. | |
| FVector | DirectionIntent | Directional, per-axis magnitude [-1, 1] in world space (length of 1 indicates max speed intent). Only valid if bHasDirIntent is set. | |
| FVector | LinearVelocity | Units per second, world space, possibly mapped onto walking surface. | |
| EMoveMixMode | MixMode | Determines how this move should resolve with other moves. | |
| FName | PreferredMode | Indicates that we should switch to a particular movement mode before the next simulation step is performed. |
Constructors
| Type | Name | Description | |
|---|---|---|---|