Navigation
API > API/Plugins > API/Plugins/ChaosVD
Struct used to create a combined view of multiple structs to be used in a vanilla details panel. This struct type has a customization that will show each data entry as an individual property. Entries may optionally carry a group name; entries sharing the same name are displayed under a single collapsible category with that name. Entries with no group go into "Recorded Data".
| Name | FChaosVDSelectionMultipleView |
| Type | struct |
| Header File | /Engine/Plugins/ChaosVD/Source/ChaosVD/Public/ChaosVDSolverDataSelection.h |
| Include Path | #include "ChaosVDSolverDataSelection.h" |
Syntax
USTRUCT ()
struct FChaosVDSelectionMultipleView
Structs
| Name | Remarks |
|---|---|
| FDataEntry |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| ChaosVDSolverDataSelection.h | |||
void AddData
(
TSharedPtr< FStructOnScope > StructOnScope, |
ChaosVDSolverDataSelection.h | ||
void Clear() |
ChaosVDSolverDataSelection.h |