Choose your operating system:
Windows
macOS
Linux
Module |
|
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 |
namespace UE
{
namespace Geometry
{
FIndex2i UE::Geometry::GetGroupEdgeRepresentativeVerts
(
const FGroupTopology & TopologyIn,
int GroupEdgeID
)
}
}
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.