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 FWaterFlowSplineData
Remarks
Data about the water volume and its interaction with the pawn used in calculating swimming movement.
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | ImmersionDepth | ||
| float | ImmersionPercent | ||
| FVector | PlayerRelativeVelocityToWater | ||
| FVector | RawWaterVelocity | ||
| float | SplineInputKey | ||
| TWeakObjectPtr< class AWaterBody > | WaterBody | ||
| float | WaterDepth | ||
| FVector | WaterPlaneLocation | ||
| FVector | WaterPlaneNormal | ||
| FVector | WaterSurfaceLocation | ||
| FVector | WaterSurfaceNormal | ||
| FVector | WaterSurfaceOffset | ||
| FVector | WaterVelocity | ||
| float | WaterVelocityDepthMultiplier | ||
| float | WaveAttenuationFactor | ||
| float | WaveReferenceTime |
Constructors
| Type | Name | Description | |
|---|---|---|---|