Navigation
API > API/Plugins > API/Plugins/ChaosMover > API/Plugins/ChaosMover/UChaosMoverBackendComponent
Description
Transfers queued instant movement effects from the mover component to the simulation input. This is used in the input producing case.
| Name | InjectInstantMovementEffectsIntoInput |
| Type | function |
| Header File | /Engine/Plugins/Experimental/ChaosMover/Source/ChaosMover/Public/ChaosMover/Backends/ChaosMoverBackend.h |
| Include Path | #include "ChaosMover/Backends/ChaosMoverBackend.h" |
| Source | /Engine/Plugins/Experimental/ChaosMover/Source/ChaosMover/Private/Backends/ChaosMoverBackend.cpp |
void InjectInstantMovementEffectsIntoInput
(
const FMoverTimeStep & TimeStep,
UE::ChaosMover::FSimulationInputData & InputData
)