Navigation
API > API/Plugins > API/Plugins/ChaosMover > API/Plugins/ChaosMover/UChaosMoverBackendComponent
Description
Transfers the given instant movement effects to the simulation directly, bypassing the networked input. This is used in the non input producing case.
| Name | InjectInstantMovementEffectsIntoLocalSimInput |
| 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 InjectInstantMovementEffectsIntoLocalSimInput
(
const TArray < FScheduledInstantMovementEffect > & Effects
)