Navigation
API > API/Plugins > API/Plugins/ChaosMover > API/Plugins/ChaosMover/UChaosMoverBackendComponent
Description
Transfers the given layered moves to the simulation directly, bypassing the networked input. This is used in the non input producing case.
| Name | InjectLayeredMovesIntoLocalSimInput |
| 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 InjectLayeredMovesIntoLocalSimInput
(
const TArray < FScheduledLayeredMove > & Moves
)