UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FChaosVDAABBTreeNodeDataWrapper Struct Reference

#include <ChaosVDAccelerationStructureDataWrappers.h>

+ Inheritance diagram for FChaosVDAABBTreeNodeDataWrapper:

Public Member Functions

CHAOSVDRUNTIME_API bool Serialize (FArchive &Ar)
 
- Public Member Functions inherited from FChaosVDWrapperDataBase
virtual ~FChaosVDWrapperDataBase ()=default
 
virtual bool HasValidData () const
 
void MarkAsValid ()
 

Public Attributes

FBox ChildrenBounds [2] = { FBox(ForceInitToZero), FBox(ForceInitToZero) }
 
int32 ChildrenNodes [2] = { INDEX_NONE, INDEX_NONE }
 
int32 ParentNode = INDEX_NONE
 
uint8 bLeaf: 1 = false
 
uint8 bDirtyNode: 1 = false
 

Additional Inherited Members

- Protected Attributes inherited from FChaosVDWrapperDataBase
bool bHasValidData = false
 

Member Function Documentation

◆ Serialize()

bool FChaosVDAABBTreeNodeDataWrapper::Serialize ( FArchive Ar)

Member Data Documentation

◆ bDirtyNode

uint8 FChaosVDAABBTreeNodeDataWrapper::bDirtyNode

◆ bLeaf

uint8 FChaosVDAABBTreeNodeDataWrapper::bLeaf

◆ ChildrenBounds

FBox FChaosVDAABBTreeNodeDataWrapper::ChildrenBounds[2] = { FBox(ForceInitToZero), FBox(ForceInitToZero) }

◆ ChildrenNodes

int32 FChaosVDAABBTreeNodeDataWrapper::ChildrenNodes[2] = { INDEX_NONE, INDEX_NONE }

◆ ParentNode

int32 FChaosVDAABBTreeNodeDataWrapper::ParentNode = INDEX_NONE

The documentation for this struct was generated from the following files: