Navigation
API > API/Plugins > API/Plugins/Mover > API/Plugins/Mover/MoveLibrary > API/Plugins/Mover/MoveLibrary/UMovementUtils
References
| Module | Mover |
| Header | /Engine/Plugins/Experimental/Mover/Source/Mover/Public/MoveLibrary/MovementUtils.h |
| Include | #include "MoveLibrary/MovementUtils.h" |
| Source | /Engine/Plugins/Experimental/Mover/Source/Mover/Private/MoveLibrary/MovementUtils.cpp |
UFUNCTION (BlueprintCallable, Category=Mover)
static FVector ComputeSlideDelta
(
const FVector & Delta,
const float PctOfDeltaToMove,
const FVector & Normal,
const FHitResult & Hit
)
Remarks
Returns an alternative move delta to slide along a surface, based on parameters describing a blocked attempted move