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