Navigation
API > API/Plugins > API/Plugins/Mover > API/Plugins/Mover/UGroundMovementUtils
Description
Move up steps or slope. Does nothing and returns false if hit surface is invalid for step-up use
| Name | TryMoveToStepUp |
| Type | function |
| Header File | /Engine/Plugins/Experimental/Mover/Source/Mover/Public/MoveLibrary/GroundMovementUtils.h |
| Include Path | #include "MoveLibrary/GroundMovementUtils.h" |
| Source | /Engine/Plugins/Experimental/Mover/Source/Mover/Private/MoveLibrary/GroundMovementUtils.cpp |
static bool TryMoveToStepUp
(
const FMovingComponentSet & MovingComps,
const FVector & GravDir,
float MaxStepHeight,
float MaxWalkSlopeCosine,
float FloorSweepDistance,
const FVector & MoveDelta,
const FHitResult & Hit,
const FFloorCheckResult & CurrentFloor,
bool bIsFalling,
FOptionalFloorCheckResult * OutStepDownResult,
FMovementRecord & MoveRecord
)