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