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