UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
StaticSpatialIndex.h File Reference

Go to the source code of this file.

Classes

struct  FStaticSpatialIndex::FSpatialIndexProfile2D
 
struct  FStaticSpatialIndex::FSpatialIndexProfile3D
 
struct  FStaticSpatialIndex::FSphere
 
struct  FStaticSpatialIndex::FCone
 
struct  TStaticSpatialIndexDataInterface< Profile >
 
class  TStaticSpatialIndex< ValueType, Profile, SpatialIndexType, ElementsSorter >
 
struct  FStaticSpatialIndex::TRTreeImpl< Profile, MaxNumElementsPerNode, MaxNumElementsPerLeaf >::FNode
 
struct  FStaticSpatialIndex::TRTreeImpl< Profile, MaxNumElementsPerNode, MaxNumElementsPerLeaf >::FNode::FLeafType
 
struct  FStaticSpatialIndex::TRTreeImpl< Profile, MaxNumElementsPerNode, MaxNumElementsPerLeaf >::FNode::FLeafType::TIterator
 
class  TStaticSpatialIndexList< ValueType, NodeSorter, Profile >
 
class  TStaticSpatialIndexRTree< ValueType, NodeSorter, Profile >
 

Namespaces

namespace  FStaticSpatialIndex
 

Functions

template<typename Profile >
bool FStaticSpatialIndex::FastSphereAABBIntersection (const typename Profile::FVector &InCenter, const typename Profile::FReal InRadiusSquared, const typename Profile::FBox &InBox)
 
template<typename Profile >
bool FStaticSpatialIndex::FastConeAABBIntersection (const typename Profile::FVector &InCenter, const typename Profile::FReal InRadiusSquared, const typename Profile::FVector &InAxis, const typename Profile::FReal InAngle, const typename Profile::FReal InSinHalfAngle, const typename Profile::FReal InCosHalfAngle, const typename Profile::FBox &InBox)