Navigation
API > API/Runtime > API/Runtime/ChaosVDRuntime > API/Runtime/ChaosVDRuntime/DataWrappers
Inheritance Hierarchy
- FChaosVDWrapperDataBase
- FChaosVDAABBTreeNodeDataWrapper
References
| Module | ChaosVDRuntime |
| Header | /Engine/Source/Runtime/Experimental/ChaosVisualDebugger/Public/DataWrappers/ChaosVDAccelerationStructureDataWrappers.h |
| Include | #include "DataWrappers/ChaosVDAccelerationStructureDataWrappers.h" |
Syntax
USTRUCT (DisplayName="AABB Tree Node")
struct FChaosVDAABBTreeNodeDataWrapper : public FChaosVDWrapperDataBase
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint8: 1 = false | bDirtyNode | ||
| uint8: 1 = false | bLeaf | ||
| FBox[2] | ChildrenBounds | ||
| int32[2] | ChildrenNodes | ||
| int32 | ParentNode |