Navigation
API > API/Runtime > API/Runtime/ChaosVDRuntime > API/Runtime/ChaosVDRuntime/DataWrappers
Inheritance Hierarchy
- FChaosVDWrapperDataBase
- FChaosVDAccelerationStructureBase
- FChaosVDAABBTreeDataWrapper
References
| Module | ChaosVDRuntime |
| Header | /Engine/Source/Runtime/Experimental/ChaosVisualDebugger/Public/DataWrappers/ChaosVDAccelerationStructureDataWrappers.h |
| Include | #include "DataWrappers/ChaosVDAccelerationStructureDataWrappers.h" |
Syntax
USTRUCT (DisplayName="AABB Tree Data")
struct FChaosVDAABBTreeDataWrapper : public FChaosVDAccelerationStructureBase
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bDynamicTree | ||
| TArray< FChaosVDBoundingVolumeDataWrapper > | BoundingVolumeLeafs | ||
| int32 | LeavesNum | ||
| int32 | MaxChildrenInLeaf | ||
| double | MaxPayloadBounds | ||
| int32 | MaxTreeDepth | ||
| TArray< FChaosVDAABBTreeNodeDataWrapper > | Nodes | ||
| int32 | NodesNum | ||
| int32 | RootNodeIndex | ||
| TArray< FChaosVDAABBTreeLeafDataWrapper > | TreeArrayLeafs | ||
| int32 | TreeDepth |
Functions
| Type | Name | Description | |
|---|---|---|---|
| int32 | Returns a valid index for the root node taking ito account if this tree is dynamic or not | ||
| bool |
Constants
| Name | Description |
|---|---|
| WrapperTypeName |