Navigation
API > API/Plugins > API/Plugins/Mover
Input parameters for ComputeCombinedVelocity()
| Name | FComputeCombinedVelocityParams |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/Mover/Source/Mover/Public/MoveLibrary/MovementUtils.h |
| Include Path | #include "MoveLibrary/MovementUtils.h" |
Syntax
USTRUCT (BlueprintType )
struct FComputeCombinedVelocityParams
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Acceleration | float | MoveLibrary/MovementUtils.h |
|
|
| Deceleration | float | MoveLibrary/MovementUtils.h |
|
|
| DeltaSeconds | float | MoveLibrary/MovementUtils.h |
|
|
| ExternalAcceleration | FVector | 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 |
|
|
| OverallMaxSpeed | float | MoveLibrary/MovementUtils.h |
|
|
| TurningBoost | float | MoveLibrary/MovementUtils.h |
|