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

#include <AABBTree.h>

Public Attributes

int32 NodeIdx
 
int32 LeafIdx
 

Member Data Documentation

◆ LeafIdx

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

◆ NodeIdx

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

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