Navigation
API > API/Plugins > API/Plugins/Mover > API/Plugins/Mover/UMoverComponent
References
| Module | Mover |
| Header | /Engine/Plugins/Experimental/Mover/Source/Mover/Public/MoverComponent.h |
| Include | #include "MoverComponent.h" |
| Source | /Engine/Plugins/Experimental/Mover/Source/Mover/Private/MoverComponent.cpp |
void TickInterpolatedSimProxy
(
const FMoverTimeStep & TimeStep,
const FMoverInputCmdContext & InputCmd,
UMoverComponent * MoverComp,
const FMoverSyncState & CachedSyncState,
const FMoverSyncState & SyncState,
const FMoverAuxStateContext & AuxState
)
Remarks
This is an opportunity to run code on the code on the simproxy in interpolated mode - currently used to help activate and deactivate modifiers on the simproxy in interpolated mode.