Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FGenericPhysicsInterface
Description
Function for testing overlaps between a supplied PxGeometry and the world. Returns true if at least one overlapping shape is blocking
| Name | GeomOverlapBlockingTest |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/Physics/GenericPhysicsInterface.h |
| Include Path | #include "Physics/GenericPhysicsInterface.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Collision/SceneQuery.cpp |
static bool GeomOverlapBlockingTest
(
const UWorld * World,
const FCollisionShape & CollisionShape,
const FVector & Pos,
const FQuat & Rot,
ECollisionChannel TraceChannel,
const FCollisionQueryParams & Params,
const FCollisionResponseParams & ResponseParams,
const FCollisionObjectQueryParams & ObjectParams
)