Chaos::InitializeEPA

Windows
MacOS
Linux

References

Module

Chaos

Header

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

Include

#include "Chaos/EPA.h"

Syntax

namespace Chaos
{
    template<typename T, typename SupportALambda, typename SupportBLambda>
    bool Chaos::InitializeEPA
    (
        TArray< TVec3< T >> & VertsA,
        TArray< TVec3< T >> & VertsB,
        const SupportALambda & SupportA,
        const SupportBLambda & SupportB,
        TArray< TEPAEntry< T >> & OutEntries,
        TVec3< T > & OutTouchNormal
    )
}

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