Navigation
API > API/Plugins > API/Plugins/ChaosMover > API/Plugins/ChaosMover/UChaosCompositeMovementMode
Description
Populate OutCache with simulation interface pointers (IChaosPreSimulationTickInterface, IChaosPostSimulationTickInterface) this mode can service. The base implementation casts 'this'; composite overrides also try the executor.
Virtual Inheritance
- UChaosMovementMode::CollectSimulationInterfaces → UChaosCompositeMovementMode::CollectSimulationInterfaces
| Name | CollectSimulationInterfaces |
| Type | function |
| Header File | /Engine/Plugins/Experimental/ChaosMover/Source/ChaosMover/Public/ChaosMover/ChaosCompositeMovementMode.h |
| Include Path | #include "ChaosMover/ChaosCompositeMovementMode.h" |
| Source | /Engine/Plugins/Experimental/ChaosMover/Source/ChaosMover/Private/ChaosCompositeMovementMode.cpp |
virtual void CollectSimulationInterfaces
(
FChaosMoverSimulationInterfaceCache & OutCache
)