Navigation
API > API/Plugins > API/Plugins/Mover > API/Plugins/Mover/UMoverComponent
Description
Flushes MovesPendingRegistration and MovesPendingUnregistration into RegisteredMoves. Extracted so async backends (e.g. ChaosMover) can drive registration without calling the full PreSimulationTick, which is intended for the synchronous path only.
| Name | FlushPendingMoveRegistrations |
| Type | function |
| Header File | /Engine/Plugins/Experimental/Mover/Source/Mover/Public/MoverComponent.h |
| Include Path | #include "MoverComponent.h" |
| Source | /Engine/Plugins/Experimental/Mover/Source/Mover/Private/MoverComponent.cpp |
void FlushPendingMoveRegistrations()