FGenericPhysicsInterface::GeomOverlapAnyTest

Function for testing overlaps between a supplied PxGeometry and the world.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/Physics/GenericPhysicsInterface.h

Include

#include "Physics/GenericPhysicsInterface.h"

Source

/Engine/Source/Runtime/Engine/Private/Collision/SceneQuery.cpp

Syntax

static bool GeomOverlapAnyTest
(
    const UWorld * World,
    const FCollisionShape & CollisionShape,
    const FVector & Pos,
    const FQuat & Rot,
    ECollisionChannel TraceChannel,
    const FCollisionQueryParams & Params,
    const FCollisionResponseParams & ResponseParams,
    const FCollisionObjectQueryParams & ObjectParams
)

Remarks

Function for testing overlaps between a supplied PxGeometry and the world. Returns true if anything is overlapping (blocking or touching)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss