Navigation
API > API/Runtime > API/Runtime/Engine
| Name | FGenericGeomPhysicsInterfaceUsingSpatialAcceleration |
| Type | struct |
| Header File | /Engine/Source/Runtime/Engine/Public/Physics/GenericPhysicsInterface.h |
| Include Path | #include "Physics/GenericPhysicsInterface.h" |
Syntax
template<typename TAccel, typename TGeom>
struct FGenericGeomPhysicsInterfaceUsingSpatialAcceleration
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static bool GeomOverlapAnyTest
(
const TAccel& Accel, |
Physics/GenericPhysicsInterface.h | ||
static bool GeomOverlapBlockingTest
(
const TAccel& Accel, |
Physics/GenericPhysicsInterface.h | ||
static bool GeomOverlapMulti
(
const TAccel& Accel, |
Physics/GenericPhysicsInterface.h | ||
static bool GeomSweepMulti
(
const TAccel& Accel, |
Physics/GenericPhysicsInterface.h | ||
static bool GeomSweepSingle
(
const TAccel& Accel, |
Physics/GenericPhysicsInterface.h | ||
static bool GeomSweepTest
(
const TAccel& Accel, |
Physics/GenericPhysicsInterface.h |