Navigation
API > API/Plugins > API/Plugins/ChaosMover > API/Plugins/ChaosMover/UChaosMoverSimulation
Description
INetworkPhysicsActionHandler_Internal: receives scheduled actions enqueued via UNetworkPhysicsComponent::EnqueueScheduledAction_External. Dispatches to typed handlers based on the action payload type.
Virtual Inheritance
- INetworkPhysicsActionHandler_Internal::ApplyAction_Internal → UChaosMoverSimulation::ApplyAction_Internal
| Name | ApplyAction_Internal |
| Type | function |
| Header File | /Engine/Plugins/Experimental/ChaosMover/Source/ChaosMover/Public/ChaosMover/ChaosMoverSimulation.h |
| Include Path | #include "ChaosMover/ChaosMoverSimulation.h" |
| Source | /Engine/Plugins/Experimental/ChaosMover/Source/ChaosMover/Private/ChaosMoverSimulation.cpp |
virtual void ApplyAction_Internal
(
const TInstancedStruct < FNetworkPhysicsActionPayload > & ActionInstance
)