Navigation
API > API/Plugins > API/Plugins/Mover
Input parameters for compute velocity function.
| Name | FComputeVelocityParams |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/Mover/Source/Mover/Public/MoveLibrary/MovementUtils.h |
| Include Path | #include "MoveLibrary/MovementUtils.h" |
Syntax
USTRUCT (BlueprintType )
struct FComputeVelocityParams
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Acceleration | float | MoveLibrary/MovementUtils.h |
|
|
| bUseAccelerationForVelocityMove | bool | MoveLibrary/MovementUtils.h |
|
|
| Deceleration | float | MoveLibrary/MovementUtils.h |
|
|
| DeltaSeconds | float | MoveLibrary/MovementUtils.h |
|
|
| Friction | float | MoveLibrary/MovementUtils.h |
|
|
| InitialVelocity | FVector | MoveLibrary/MovementUtils.h |
|
|
| MaxSpeed | float | AuxState variables. | MoveLibrary/MovementUtils.h |
|
| MoveDirectionIntent | FVector | MoveLibrary/MovementUtils.h |
|
|
| MoveInput | FVector | MoveLibrary/MovementUtils.h |
|
|
| MoveInputType | EMoveInputType | MoveLibrary/MovementUtils.h |
|
|
| TurningBoost | float | MoveLibrary/MovementUtils.h |
|