FGenericPhysicsInterface::GeomSweepTest

Function used for sweeping a supplied shape against the world as a test

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 GeomSweepTest
(
    const UWorld * World,
    const FCollisionShape & CollisionShape,
    const FQuat & Rot,
    FVector Start,
    FVector End,
    ECollisionChannel TraceChannel,
    const FCollisionQueryParams & Params,
    const FCollisionResponseParams & ResponseParams,
    const FCollisionObjectQueryParams & ObjectParams
)

Remarks

Function used for sweeping a supplied shape against the world as a test

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