Navigation
API > API/Plugins > API/Plugins/ChaosVD
Struct holding the a minimum amount of data about a Implicit object to be shown in the details panel
| Name | FChaosVDImplicitObjectBasicView |
| Type | struct |
| Header File | /Engine/Plugins/ChaosVD/Source/ChaosVD/Public/ChaosVDGeometryDataComponent.h |
| Include Path | #include "ChaosVDGeometryDataComponent.h" |
Syntax
USTRUCT ()
struct FChaosVDImplicitObjectBasicView
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bIsRootObject | bool | True if this is the root implicit object | ChaosVDGeometryDataComponent.h |
|
| ImplicitObjectType | FName | Geometry type name | ChaosVDGeometryDataComponent.h |
|
| ImplicitObjectTypeEnum | Chaos::EImplicitObjectType | ChaosVDGeometryDataComponent.h | ||
| RelativeTransform | FTransform | If this is a transformed implicit, this will contain the recorded relative transform | ChaosVDGeometryDataComponent.h |
|
| ShapeInstanceIndex | int32 | Index of the Shape Instance data for this geometry in the Shape Instance data array | ChaosVDGeometryDataComponent.h |
|