Navigation
API > API/Plugins > API/Plugins/ChaosMover > API/Plugins/ChaosMover/UChaosMoverBackendComponent
Description
Routes the given layered moves through the UNetworkPhysicsComponent sim action system using Proposed auth style. Called by InjectLayeredMovesIntoSim when ChaosMover.Networking.NetworkMovesWithSimActions is true. All roles independently enqueue the same action (having detected the condition from GetLastInputCmd() in PostSim).
| Name | InjectLayeredMovesAsActions |
| 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 InjectLayeredMovesAsActions
(
const TArray < FScheduledLayeredMove > & Moves
)