Chaos::SweepQuery

Windows
MacOS
Linux

References

Module

Chaos

Header

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

Include

#include "Chaos/GeometryQueries.h"

Syntax

namespace Chaos
{
    template<typename SweptGeometry>
    bool Chaos::SweepQuery
    (
        const FImplicitObject & A,
        const FRigidTransform3 & ATM,
        const SweptGeometry & B,
        const FRigidTransform3 & BTM,
        const FVec3 & Dir,
        const FReal Length,
        FReal & OutTime,
        FVec3 & OutPosition,
        FVec3 & OutNormal,
        int32 & OutFaceIndex,
        const FReal Thickness,
        const bool bComputeMTD
    )
}

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