UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FStaticSpatialIndex Namespace Reference

Classes

struct  FCone
 
struct  FSpatialIndexProfile2D
 
struct  FSpatialIndexProfile3D
 
struct  FSphere
 

Functions

template<typename Profile >
bool FastSphereAABBIntersection (const typename Profile::FVector &InCenter, const typename Profile::FReal InRadiusSquared, const typename Profile::FBox &InBox)
 
template<typename Profile >
bool 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)
 

Function Documentation

◆ FastConeAABBIntersection()

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 
)
inline

◆ FastSphereAABBIntersection()

template<typename Profile >
bool FStaticSpatialIndex::FastSphereAABBIntersection ( const typename Profile::FVector &  InCenter,
const typename Profile::FReal  InRadiusSquared,
const typename Profile::FBox &  InBox 
)
inline