![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#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 |
| uint8 FChaosVDAABBTreeNodeDataWrapper::bDirtyNode |
| uint8 FChaosVDAABBTreeNodeDataWrapper::bLeaf |
| FBox FChaosVDAABBTreeNodeDataWrapper::ChildrenBounds[2] = { FBox(ForceInitToZero), FBox(ForceInitToZero) } |
| int32 FChaosVDAABBTreeNodeDataWrapper::ChildrenNodes[2] = { INDEX_NONE, INDEX_NONE } |
| int32 FChaosVDAABBTreeNodeDataWrapper::ParentNode = INDEX_NONE |