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 SimulationTick
(
const FMoverTimeStep & InTimeStep,
const FMoverTickStartData & SimInput,
OUTFMoverTickEndData & SimOutput
)
Remarks
Primary movement simulation update. Given an starting state and timestep, produce a new state. Called by backend system.