![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "CoreMinimal.h"#include "Algo/ForEach.h"#include "Algo/Transform.h"#include "Misc/TVariant.h"#include "UObject/ObjectPtr.h"#include "UObject/UObjectGlobals.h"#include "OverrideVoidReturnInvoker.h"Go to the source code of this file.
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) |