TLevelSet::SweepGeom

Windows
MacOS
Linux

References

Module

Chaos

Header

/Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/Levelset.h

Include

#include "Chaos/Levelset.h"

Source

/Engine/Source/Runtime/Experimental/Chaos/Private/Chaos/Levelset.cpp

Syntax

bool SweepGeom
(
    const TSphere< FReal, 3 > & QueryGeom,
    const FRigidTransform3 & StartTM,
    const FVec3 & Dir,
    const FReal Length,
    FReal & OutTime,
    FVec3 & OutPosition,
    FVec3 & OutNormal,
    int32 & OutFaceIndex,
    const FReal Thickness,
    const bool bComputeMTD
) const

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