Navigation
API > API/Plugins > API/Plugins/Mover > API/Plugins/Mover/UMovementUtils
Description
Internal function that other move functions use to perform all actual component movement and retrieve results Note: This function moves the character directly and should only be used if needed. Consider using something like TrySafeMoveUpdatedComponent.
| Name | TryMoveUpdatedComponent_Internal |
| Type | function |
| Header File | /Engine/Plugins/Experimental/Mover/Source/Mover/Public/MoveLibrary/MovementUtils.h |
| Include Path | #include "MoveLibrary/MovementUtils.h" |
| Source | /Engine/Plugins/Experimental/Mover/Source/Mover/Private/MoveLibrary/MovementUtils.cpp |
static bool TryMoveUpdatedComponent_Internal
(
const FMovingComponentSet & MovingComps,
const FVector & Delta,
const FQuat & NewRotation,
bool bSweep,
EMoveComponentFlags MoveComponentFlags,
FHitResult * OutHit,
ETeleportType Teleport
)