FPolygroupSet::FPolygroupSet

Initialize a PolygroupSet for given Mesh and specific Polygroup attribute layer, found by index.

Choose your operating system:

Windows

macOS

Linux

References

Module

DynamicMesh

Header

/Engine/Plugins/Runtime/GeometryProcessing/Source/DynamicMesh/Public/Polygroups/PolygroupSet.h

Include

#include "Polygroups/PolygroupSet.h"

Source

/Engine/Plugins/Runtime/GeometryProcessing/Source/DynamicMesh/Private/Polygroups/PolygroupSet.cpp

Syntax

FPolygroupSet
(
    const FDynamicMesh3 * MeshIn,
    int32 PolygroupLayerIndex
)

Remarks

Initialize a PolygroupSet for given Mesh and specific Polygroup attribute layer, found by index. If not valid, fall back to standard triangle group layer.