Navigation
API > API/Plugins > API/Plugins/Mover > API/Plugins/Mover/MoveLibrary > API/Plugins/Mover/MoveLibrary/UGroundMovementUtils
References
| Module | Mover |
| Header | /Engine/Plugins/Experimental/Mover/Source/Mover/Public/MoveLibrary/GroundMovementUtils.h |
| Include | #include "MoveLibrary/GroundMovementUtils.h" |
| Source | /Engine/Plugins/Experimental/Mover/Source/Mover/Private/MoveLibrary/GroundMovementUtils.cpp |
static bool TryMoveToAdjustHeightAboveFloor
(
USceneComponent * UpdatedComponent,
UPrimitiveComponent * UpdatedPrimitive,
FFloorCheckResult & CurrentFloor,
float MaxWalkSlopeCosine,
FMovementRecord & MoveRecord
)
Remarks
Moves vertically to stay within range of the walkable floor. Does nothing and returns false if floor is unwalkable or if already in range.