IndexUtil::SamePairUnordered

Windows
MacOS
Linux

References

Module

GeometricObjects

Header

/Engine/Plugins/Experimental/GeometryProcessing/Source/GeometricObjects/Public/Util/IndexUtil.h

Include

#include "Util/IndexUtil.h"

Syntax

namespace IndexUtil
{
    template<typename T>
    bool IndexUtil::SamePairUnordered
    (
        T a0,
        T a1,
        T b0,
        T b1
    )
}

Returns

true if [a0,a1] and [b0,b1] are the same pair, ignoring order

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