FGroupTopologySelection

[FGroupTopologySelection](API\Plugins\DynamicMesh\FGroupTopologySelection) represents a set of selected elements of a [FGroupTopology](API\Plugins\DynamicMesh\FGroupTopology)

Windows
MacOS
Linux

References

Module

DynamicMesh

Header

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

Include

#include "GroupTopology.h"

Syntax

struct FGroupTopologySelection

Remarks

FGroupTopologySelection represents a set of selected elements of a FGroupTopology

Variables

Name Description

Public variable

TArray< int32 >

 

SelectedCornerIDs

Public variable

TArray< int32 >

 

SelectedEdgeIDs

Public variable

TArray< int32 >

 

SelectedGroupIDs

Constructors

Name Description

Public function

FGroupTopologySelection()

Functions

Name Description

Public function

void

 

Append

(
    const FGroupTopologySelection& Sel...
)

Public function

void

 

Clear()

Public function Const

bool

 

IsEmpty()

Public function Const

bool

 

IsSelectedTriangle

(
    const FDynamicMesh3* Mesh,
    const FGroupTopology* Topology,
    int32 TriangleID
)

Public function

void

 

Remove

(
    const FGroupTopologySelection& Sel...
)

Public function

void

 

Toggle

(
    const FGroupTopologySelection& Sel...
)

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