UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
IntersectionQueries3.h File Reference
#include "CapsuleTypes.h"
#include "CoreMinimal.h"
#include "HalfspaceTypes.h"
#include "OrientedBoxTypes.h"
#include "SphereTypes.h"
#include "VectorTypes.h"

Go to the source code of this file.

Namespaces

namespace  UE
 
namespace  UE::Geometry
 

Functions

template<typename RealType >
GEOMETRYCORE_API bool UE::Geometry::TestIntersection (const THalfspace3< RealType > &Halfspace, const TSphere3< RealType > &Sphere)
 
template<typename RealType >
GEOMETRYCORE_API bool UE::Geometry::TestIntersection (const THalfspace3< RealType > &Halfspace, const TCapsule3< RealType > &Capsule)
 
template<typename RealType >
GEOMETRYCORE_API bool UE::Geometry::TestIntersection (const THalfspace3< RealType > &Halfspace, const TOrientedBox3< RealType > &Box)