Navigation
API > API/Plugins > API/Plugins/Mover > API/Plugins/Mover/UAsyncMovementUtils
Description
Attempts to find a move that would resolve an initially penetrating blockage. Returns true if an adjustment was found. The adjustment will be in OutAdjustmentDelta.
| Name | FindMoveToResolveInitialPenetration_Internal |
| Type | function |
| Header File | /Engine/Plugins/Experimental/Mover/Source/Mover/Public/MoveLibrary/AsyncMovementUtils.h |
| Include Path | #include "MoveLibrary/AsyncMovementUtils.h" |
| Source | /Engine/Plugins/Experimental/Mover/Source/Mover/Private/MoveLibrary/AsyncMovementUtils.cpp |
static bool FindMoveToResolveInitialPenetration_Internal
(
const FMovingComponentSet & MovingComps,
const FVector & StartLocation,
const FQuat & StartRotation,
const FHitResult & PenetratingHit,
FMoverCollisionParams & CollisionParams,
FVector & OutAdjustmentDelta
)