Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FScopedMovementUpdate
Description
Returns whether movement has occurred at all during this scope, optionally checking if the transform is different (since changing scale does not go through a move). RevertMove() sets this back to false.
| Name | HasMoved |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/Engine/ScopedMovementUpdate.h |
| Include Path | #include "Engine/ScopedMovementUpdate.h" |
bool HasMoved
(
EHasMovedTransformOption CheckTransform
) const