FGenericPhysicsInterface::GeomOverlapMulti

Find overlapping shapes with a given shape

Windows
MacOS
Linux

References

Module

Engine

Header

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

Include

#include "Physics/GenericPhysicsInterface.h"

Syntax

template<typename GeomWrapper>
static bool GeomOverlapMulti
(
    const UWorld * World,
    const GeomWrapper & InGeom,
    const FVector & InPosition,
    const FQuat & InRotation,
    TArray< FOverlapResult > & OutOverlaps,
    ECollisionChannel TraceChannel,
    const FCollisionQueryParams & Params,
    const FCollisionResponseParams & ResponseParams,
    const FCollisionObjectQueryParams & ObjectParams
)

Remarks

Find overlapping shapes with a given shape

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