Navigation
API > API/Plugins > API/Plugins/Mover > API/Plugins/Mover/MoveLibrary
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UBlueprintFunctionLibrary
- UWaterMovementUtils
References
| Module | Mover |
| Header | /Engine/Plugins/Experimental/Mover/Source/Mover/Public/MoveLibrary/WaterMovementUtils.h |
| Include | #include "MoveLibrary/WaterMovementUtils.h" |
Syntax
UCLASS ()
class UWaterMovementUtils : public UBlueprintFunctionLibrary
Remarks
WaterMovementUtils: a collection of stateless static BP-accessible functions for a variety of water movement-related operations
Functions
| Type | Name | Description | |
|---|---|---|---|
| FProposedMove | ComputeControlledWaterMove
(
const FWaterMoveParams& InParams |
Generate a new movement based on move/orientation intents and the prior state for the swimming move | |
| void | UpdateWaterSplineData
(
const FUpdateWaterSplineDataParams& UpdateWaterSplineDataParams, |
Updates the water spline data used in calculated swimming movement |