Navigation
API > API/Plugins > API/Plugins/ChaosMover
CVD-only debug wrapper for simulation events emitted during a substep. Stored in DebugSimData. Each element holds a full copy of the concrete event type with all UPROPERTY fields visible.
| Name | FChaosMoverSimulationEventsDebugData |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/ChaosMover/Source/ChaosMover/Public/ChaosMover/ChaosMoverSimulationTypes.h |
| Include Path | #include "ChaosMover/ChaosMoverSimulationTypes.h" |
Syntax
USTRUCT ()
struct FChaosMoverSimulationEventsDebugData : public FMoverDataStructBase
Inheritance Hierarchy
- FMoverDataStructBase → FChaosMoverSimulationEventsDebugData
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Events | TArray< FInstancedStruct > | ChaosMover/ChaosMoverSimulationTypes.h |
|