FDynamicMeshEditor::FindOrCreateDuplicateGroup

Find "new" group for input group under Index mapping, or create new if missing

Windows
MacOS
Linux

References

Module

DynamicMesh

Header

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

Include

#include "DynamicMeshEditor.h"

Source

/Engine/Plugins/Experimental/GeometryProcessing/Source/DynamicMesh/Private/DynamicMeshEditor.cpp

Syntax

int FindOrCreateDuplicateGroup
(
    int TriangleID,
    FMeshIndexMappings & IndexMaps,
    FDynamicMeshEditResult & ResultOut
)

Remarks

Find "new" group for input group under Index mapping, or create new if missing

Returns

index of duplicate group

Parameters

Parameter

Description

TriangleID

the source triangle whose group we want a copy of

IndexMaps

source/destination mapping of already-duplicated groups

ResultOut

newly-created groups are stored here

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