Navigation
API > API/Plugins > API/Plugins/ChaosMover
Holds pre- and post-simulation interface pointers for the active movement mode, populated by UChaosMovementMode::CollectSimulationInterfaces each tick.
| Name | FChaosMoverSimulationInterfaceCache |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/ChaosMover/Source/ChaosMover/Public/ChaosMover/ChaosMoverSimulationTypes.h |
| Include Path | #include "ChaosMover/ChaosMoverSimulationTypes.h" |
Syntax
struct FChaosMoverSimulationInterfaceCache
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| PostSimInterfaces | TArray< IChaosPostSimulationTickInterface *, TInlineAllocator< 2 > > | ChaosMover/ChaosMoverSimulationTypes.h | ||
| PreSimInterfaces | TArray< IChaosPreSimulationTickInterface *, TInlineAllocator< 2 > > | ChaosMover/ChaosMoverSimulationTypes.h |