Navigation
API > API/Plugins > API/Plugins/Mover > API/Plugins/Mover/UMoverComponent
Description
Called when a rollback occurs, before the simulation state has been restored. NewBaseTimeStep represents the current time and frame we're about to simulate.
| Name | OnSimulationPreRollback |
| 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 OnSimulationPreRollback
(
const FMoverSyncState * InvalidSyncState,
const FMoverSyncState * SyncState,
const FMoverAuxStateContext * InvalidAuxState,
const FMoverAuxStateContext * AuxState,
const FMoverTimeStep & NewBaseTimeStep
)