Navigation
API > API/Plugins > API/Plugins/ChaosMover
Input parameters for controlled ground movement function.
| Name | FRequestedMoveParams |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/ChaosMover/Source/ChaosMover/Public/ChaosMover/Utilities/ChaosGroundMovementUtils.h |
| Include Path | #include "ChaosMover/Utilities/ChaosGroundMovementUtils.h" |
Syntax
USTRUCT (BlueprintType )
struct FRequestedMoveParams
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Acceleration | float | ChaosMover/Utilities/ChaosGroundMovementUtils.h |
|
|
| bRequestedMoveWithMaxSpeed | bool | ChaosMover/Utilities/ChaosGroundMovementUtils.h |
|
|
| bShouldComputeAcceleration | bool | ChaosMover/Utilities/ChaosGroundMovementUtils.h |
|
|
| Deceleration | float | ChaosMover/Utilities/ChaosGroundMovementUtils.h |
|
|
| DeltaSeconds | float | ChaosMover/Utilities/ChaosGroundMovementUtils.h |
|
|
| GroundNormal | FVector | ChaosMover/Utilities/ChaosGroundMovementUtils.h |
|
|
| MaxSpeed | float | ChaosMover/Utilities/ChaosGroundMovementUtils.h |
|
|
| PriorOrientation | FRotator | ChaosMover/Utilities/ChaosGroundMovementUtils.h |
|
|
| PriorVelocity | FVector | ChaosMover/Utilities/ChaosGroundMovementUtils.h |
|
|
| RequestedVelocity | FVector | ChaosMover/Utilities/ChaosGroundMovementUtils.h |
|
|
| TurningRate | float | ChaosMover/Utilities/ChaosGroundMovementUtils.h |
|
|
| WorldToGravityQuat | FQuat | ChaosMover/Utilities/ChaosGroundMovementUtils.h |
|