![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <AABBTree.h>
Public Member Functions | |
| TAABBTreeNode () | |
| void | DebugDraw (ISpacialDebugDrawInterface< T > &InInterface, const TArray< TAABBTreeNode< T > > &Nodes, const FVec3 &InLinearColor, float InThickness) const |
| void | Serialize (FChaosArchive &Ar) |
Public Attributes | |
| TAABB< T, 3 > | ChildrenBounds [2] |
| int32 | ChildrenNodes [2] |
| int32 | ParentNode |
| bool | bLeaf: 1 |
| bool | bDirtyNode: 1 |
|
inline |
|
inline |
|
inline |
| bool Chaos::TAABBTreeNode< T >::bDirtyNode |
| bool Chaos::TAABBTreeNode< T >::bLeaf |
| TAABB<T, 3> Chaos::TAABBTreeNode< T >::ChildrenBounds[2] |
| int32 Chaos::TAABBTreeNode< T >::ChildrenNodes[2] |
| int32 Chaos::TAABBTreeNode< T >::ParentNode |