Navigation
API > API/Plugins > API/Plugins/Mover > API/Plugins/Mover/MoveLibrary
References
| Module | Mover |
| Header | /Engine/Plugins/Experimental/Mover/Source/Mover/Public/MoveLibrary/AirMovementUtils.h |
| Include | #include "MoveLibrary/AirMovementUtils.h" |
Syntax
USTRUCT (BlueprintType )
struct FFreeMoveParams
Remarks
Input parameters for controlled free movement function.
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | Acceleration | ||
| float | Deceleration | ||
| float | DeltaSeconds | ||
| float | MaxSpeed | ||
| FVector | MoveInput | ||
| EMoveInputType | MoveInputType | ||
| FRotator | OrientationIntent | ||
| FRotator | PriorOrientation | ||
| FVector | PriorVelocity | ||
| float | TurningBoost | ||
| float | TurningRate |