THeightField::SweepGeom

Windows
MacOS
Linux

References

Module

Chaos

Header

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

Include

#include "Chaos/HeightField.h"

Source

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

Syntax

bool SweepGeom
(
    const TImplicitObjectScaled< FConvex > & QueryGeom,
    const TRigidTransform< T, 3 > & StartTM,
    const TVector< T, 3 > & Dir,
    const T Length,
    T & OutTime,
    TVector< T, 3 > & OutPosition,
    TVector< T, 3 > & OutNormal,
    int32 & OutFaceIndex,
    const T Thickness,
    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