UE::Geometry::GetGroupEdgeRepresentativeVerts

Returns a pair of vertex ID's that are representative of a group edge, to be able to identify a selected group edge independently of a group topology object.

Choose your operating system:

Windows

macOS

Linux

References

Module

ModelingComponents

Header

/Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Public/Selection/StoredMeshSelectionUtil.h

Include

#include "Selection/StoredMeshSelectionUtil.h"

Source

/Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Private/Selection/StoredMeshSelectionUtil.cpp

Syntax

namespace UE
{
    namespace Geometry
    {
        FIndex2i UE::Geometry::GetGroupEdgeRepresentativeVerts
        (
            const FGroupTopology & TopologyIn,
            int GroupEdgeID
        )
    }
}

Remarks

Returns a pair of vertex ID's that are representative of a group edge, to be able to identify a selected group edge independently of a group topology object.

See other overload for more details.