IndexUtil::FindSharedEdgeVertex

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
{
    int IndexUtil::FindSharedEdgeVertex
    (
        const FIndex2i & EdgeVerts1,
        const FIndex2i & EdgeVerts2
    )
}

Returns

the vertex that is the same in both EdgeVerts1 and EdgeVerts2, or InvalidID if not found

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