UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
Chaos::TAABBTree< TPayloadType, TLeafType, bMutable, T, StorageTraits >::FElementsCollection Struct Reference

#include <AABBTree.h>

Public Attributes

TArray< FElementAllElements
 
int32 DepthTotal
 
int32 MaxDepth
 
int32 DirtyElementCount
 

Member Data Documentation

◆ AllElements

template<typename TPayloadType , typename TLeafType , bool bMutable = true, typename T = FReal, typename StorageTraits = TDefaultAABBTreeStorageTraits<TPayloadType>>
TArray<FElement> Chaos::TAABBTree< TPayloadType, TLeafType, bMutable, T, StorageTraits >::FElementsCollection::AllElements

◆ DepthTotal

template<typename TPayloadType , typename TLeafType , bool bMutable = true, typename T = FReal, typename StorageTraits = TDefaultAABBTreeStorageTraits<TPayloadType>>
int32 Chaos::TAABBTree< TPayloadType, TLeafType, bMutable, T, StorageTraits >::FElementsCollection::DepthTotal

◆ DirtyElementCount

template<typename TPayloadType , typename TLeafType , bool bMutable = true, typename T = FReal, typename StorageTraits = TDefaultAABBTreeStorageTraits<TPayloadType>>
int32 Chaos::TAABBTree< TPayloadType, TLeafType, bMutable, T, StorageTraits >::FElementsCollection::DirtyElementCount

◆ MaxDepth

template<typename TPayloadType , typename TLeafType , bool bMutable = true, typename T = FReal, typename StorageTraits = TDefaultAABBTreeStorageTraits<TPayloadType>>
int32 Chaos::TAABBTree< TPayloadType, TLeafType, bMutable, T, StorageTraits >::FElementsCollection::MaxDepth

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