FPhysicsInterface_PhysX::LineTrace_Geom

Trace functions for testing specific geometry (not against a world)

Windows
MacOS
Linux

References

Module

Engine

Header

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

Include

#include "Physics/PhysicsInterfacePhysX.h"

Source

/Engine/Source/Runtime/Engine/Private/PhysicsEngine/PhysicsInterfacePhysX.cpp

Syntax

static bool LineTrace_Geom
(
    FHitResult & OutHit,
    const FBodyInstance * InInstance,
    const FVector & InStart,
    const FVector & InEnd,
    bool bTraceComplex,
    bool bExtractPhysMaterial
)

Remarks

Trace functions for testing specific geometry (not against a world)

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