UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FStaticSpatialIndex::TRTreeImpl< Profile, MaxNumElementsPerNode, MaxNumElementsPerLeaf >::FNode Struct Reference

#include <StaticSpatialIndex.h>

Classes

struct  FLeafType
 

Public Types

using FNodeType = TArray< FNode >
 
using FVectorType = typename Profile::FVector
 
using FBoxType = typename Profile::FBox
 

Public Member Functions

FBoxType GetBox () const
 

Public Attributes

FVectorType BoxMin
 
FVectorType BoxMax
 
TVariant< FNodeType, FLeafTypeContent
 

Member Typedef Documentation

◆ FBoxType

template<typename Profile , int32 MaxNumElementsPerNode = 16, int32 MaxNumElementsPerLeaf = 64>
using FStaticSpatialIndex::TRTreeImpl< Profile, MaxNumElementsPerNode, MaxNumElementsPerLeaf >::FNode::FBoxType = typename Profile::FBox

◆ FNodeType

template<typename Profile , int32 MaxNumElementsPerNode = 16, int32 MaxNumElementsPerLeaf = 64>
using FStaticSpatialIndex::TRTreeImpl< Profile, MaxNumElementsPerNode, MaxNumElementsPerLeaf >::FNode::FNodeType = TArray<FNode>

◆ FVectorType

template<typename Profile , int32 MaxNumElementsPerNode = 16, int32 MaxNumElementsPerLeaf = 64>
using FStaticSpatialIndex::TRTreeImpl< Profile, MaxNumElementsPerNode, MaxNumElementsPerLeaf >::FNode::FVectorType = typename Profile::FVector

Member Function Documentation

◆ GetBox()

template<typename Profile , int32 MaxNumElementsPerNode = 16, int32 MaxNumElementsPerLeaf = 64>
FBoxType FStaticSpatialIndex::TRTreeImpl< Profile, MaxNumElementsPerNode, MaxNumElementsPerLeaf >::FNode::GetBox ( ) const
inline

Member Data Documentation

◆ BoxMax

template<typename Profile , int32 MaxNumElementsPerNode = 16, int32 MaxNumElementsPerLeaf = 64>
FVectorType FStaticSpatialIndex::TRTreeImpl< Profile, MaxNumElementsPerNode, MaxNumElementsPerLeaf >::FNode::BoxMax

◆ BoxMin

template<typename Profile , int32 MaxNumElementsPerNode = 16, int32 MaxNumElementsPerLeaf = 64>
FVectorType FStaticSpatialIndex::TRTreeImpl< Profile, MaxNumElementsPerNode, MaxNumElementsPerLeaf >::FNode::BoxMin

◆ Content

template<typename Profile , int32 MaxNumElementsPerNode = 16, int32 MaxNumElementsPerLeaf = 64>
TVariant<FNodeType, FLeafType> FStaticSpatialIndex::TRTreeImpl< Profile, MaxNumElementsPerNode, MaxNumElementsPerLeaf >::FNode::Content

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