FGroupEdge

[FGroupEdge](API\Plugins\DynamicMesh\FGroupTopology\FGroupEdge) is a sequence of group-boundary-edges where the two groups on either side of each edge are the same.

Windows
MacOS
Linux

References

Module

DynamicMesh

Header

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

Include

#include "GroupTopology.h"

Syntax

struct FGroupEdge

Remarks

FGroupEdge is a sequence of group-boundary-edges where the two groups on either side of each edge are the same. The sequence is stored an FEdgeSpan.

FGroupEdge instances are shared between the two FGroups on either side, via FGroupBoundary.

Variables

Name Description

Public variable

FIndex2i

 

EndpointCorners

Index of corners at either end of span, if they exist, otherwise both InvalidID

Public variable

FIndex2i

 

Groups

Identifier for this edge, as a pair of groups, sorted by increasing value

Public variable

FEdgeSpan

 

Span

Edge span for this edge

Functions

Name Description

Public function Const

bool

 

IsConnectedToVertices

(
    const TSet< int >& Vertices
)

Public function Const

int

 

OtherGroupID

(
    int GroupID
)

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