TImplicitObjectScaled::LowLevelOverlapGeom

This is a low level function and assumes the internal object has a OverlapGeom 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 LowLevelOverlapGeom
(
    const QueryGeomType & B,
    const TRigidTransform< T, d > & BToATM,
    T Thickness,
    FMTDInfo * OutMTD
) const

Remarks

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

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