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 | ||
| uint8: 1 | bHasDirIntent | ||
| uint8: 1 | bHasTargetLocation | ||
| FVector | DirectionIntent | ||
| FVector | LinearVelocity | ||
| EMoveMixMode | MixMode | ||
| FVector | MovePlaneVelocity | ||
| FName | PreferredMode | ||
| FVector | TargetLocation |
Constructors
| Type | Name | Description | |
|---|---|---|---|