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 FWaterCheckResult
Remarks
Data about the overlapping volume typically used for swimming
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint32: 1 | bSwimmableVolume | True if the hit found a valid swimmable volume. | |
| FHitResult | HitResult | Hit result of the test that found a volume. | |
| FWaterFlowSplineData | WaterSplineData | Water Spline data to be used in calculating swimming movement, FX, etc. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Clear () |
||
| bool | Returns true if the volume result hit a walkable surface. |