Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UCharacterMovementComponent
Description
Revert to previous position OldLocation, return to being based on OldBase. if bFailMove, stop movement and notify controller
| Name | RevertMove |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/GameFramework/CharacterMovementComponent.h |
| Include Path | #include "GameFramework/CharacterMovementComponent.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Components/CharacterMovementComponent.cpp |
void RevertMove
(
const FVector & OldLocation,
UPrimitiveComponent * OldBase,
const FVector & InOldBaseLocation,
const FFindFloorResult & OldFloor,
bool bFailMove
)