Navigation
API > API/Runtime > API/Runtime/ChaosVDRuntime
| Name | FChaosVDAABBTreeNodeDataWrapper |
| Type | struct |
| Header File | /Engine/Source/Runtime/Experimental/ChaosVisualDebugger/Public/DataWrappers/ChaosVDAccelerationStructureDataWrappers.h |
| Include Path | #include "DataWrappers/ChaosVDAccelerationStructureDataWrappers.h" |
Syntax
USTRUCT (DisplayName="AABB Tree Node")
struct FChaosVDAABBTreeNodeDataWrapper : public FChaosVDWrapperDataBase
Inheritance Hierarchy
- FChaosVDWrapperDataBase → FChaosVDAABBTreeNodeDataWrapper
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bDirtyNode | uint8 | DataWrappers/ChaosVDAccelerationStructureDataWrappers.h |
|
|
| bLeaf | uint8 | DataWrappers/ChaosVDAccelerationStructureDataWrappers.h |
|
|
| ChildrenBounds | FBox | DataWrappers/ChaosVDAccelerationStructureDataWrappers.h |
|
|
| ChildrenNodes | int32 | DataWrappers/ChaosVDAccelerationStructureDataWrappers.h |
|
|
| ParentNode | int32 | DataWrappers/ChaosVDAccelerationStructureDataWrappers.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool Serialize
(
FArchive& Ar |
DataWrappers/ChaosVDAccelerationStructureDataWrappers.h |