FPolygroupSet

Overload list

Choose your operating system:

Windows

macOS

Linux

Name Description

Public function

FPolygroupSet

(
    const FDynamicMesh3* MeshIn
)

Initialize a PolygroupSet for the given Mesh, and standard triangle group layer

Public function

FPolygroupSet

(
    const FPolygroupSet* CopyIn
)

Initialize a PolygroupSet by copying an existing PolygroupSet

Public function

FPolygroupSet

(
    const FDynamicMesh3* MeshIn,
    FPolygroupLayer GroupLayer
)

Initialize a PolygroupSet for the given Mesh, and standard triangle group layer

Public function

FPolygroupSet

(
    const FDynamicMesh3* MeshIn,
    const FDynamicMeshPolygroupAttribut...
)

Initialize a PolygroupSet for given Mesh and specific Polygroup attribute layer

Public function

FPolygroupSet

(
    const FDynamicMesh3* MeshIn,
    int32 PolygroupLayerIndex
)

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

Public function

FPolygroupSet

(
    const FDynamicMesh3* MeshIn,
    FName AttribName
)

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