Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/WorldPartition > API/Runtime/Engine/WorldPartition/RuntimeHashSet
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/WorldPartition/RuntimeHashSet/StaticSpatialIndex.h |
| Include | #include "WorldPartition/RuntimeHashSet/StaticSpatialIndex.h" |
namespace FStaticSpatialIndex
{
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
)
}