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