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