FGroupBoundary

A Group is bounded by closed loops of [FGroupEdge](API\Plugins\DynamicMesh\FGroupTopology\FGroupEdge) elements.

Windows
MacOS
Linux

References

Module

DynamicMesh

Header

/Engine/Plugins/Experimental/GeometryProcessing/Source/DynamicMesh/Public/GroupTopology.h

Include

#include "GroupTopology.h"

Syntax

struct FGroupBoundary

Remarks

A Group is bounded by closed loops of FGroupEdge elements. A FGroupBoundary is one such loop.

Variables

Name Description

Public variable

bool

 

bIsOnBoundary

True if one or more edges in GroupEdges is on the mesh boundary

Public variable

TArray< int >

 

GroupEdges

Ordered list of edges forming this boundary

Public variable

TArray< int >

 

NeighbourGroupIDs

List of IDs of groups on the "other side" of this boundary (this GroupBoundary is owned by a particular FGroup)

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