Chaos::MakeGJKCoreShape

Utility for creating [TGJKCoreShape](API\Runtime\Chaos\Chaos\TGJKCoreShape) objects using template parameter deduction.

Windows
MacOS
Linux

References

Module

Chaos

Header

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

Include

#include "Chaos/GJKShape.h"

Syntax

namespace Chaos
{
    template<typename T_SHAPE>
    TGJKCoreShape< T_SHAPE > Chaos::MakeGJKCoreShape
    (
        const T_SHAPE & InShape
    )
}

Remarks

Utility for creating TGJKCoreShape objects using template parameter deduction.

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