TImplicitObjectScaled::LowLevelSweepGeom

This is a low level function and assumes the internal object has a SweepGeom function.

Windows
MacOS
Linux

References

Module

Chaos

Header

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

Include

#include "Chaos/ImplicitObjectScaled.h"

Syntax

template<typename QueryGeomType>
bool LowLevelSweepGeom
(
    const QueryGeomType & B,
    const TRigidTransform< T, d > & BToATM,
    const TVector< T, d > & LocalDir,
    const T Length,
    T & OutTime,
    TVector< T, d > & LocalPosition,
    TVector< T, d > & LocalNormal,
    int32 & OutFaceIndex,
    T Thickness,
    bool bComputeMTD
) const

Remarks

This is a low level function and assumes the internal object has a SweepGeom function. Should not be called directly. See GeometryQueries.h : SweepQuery

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