FGroup

[FGroup](API\Plugins\DynamicMesh\FGroupTopology\FGroup) is a set of connected triangles with the same GroupID

Windows
MacOS
Linux

References

Module

DynamicMesh

Header

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

Include

#include "GroupTopology.h"

Syntax

struct FGroup

Remarks

FGroup is a set of connected triangles with the same GroupID

Variables

Name Description

Public variable

TArray< FGroupB...

 

Boundaries

List of boundaries of this group (may be empty, eg on a closed component with only one group)

Public variable

int

 

GroupID

GroupID for this group

Public variable

TArray< int >

 

NeighbourGroupIDs

List of groups that are adjacent to this group

Public variable

TArray< int >

 

Triangles

List of triangles forming this group

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