FPolygroupSet

Overload list

Windows
MacOS
Linux
Name Description

Public function

FPolygroupSet

(
    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

(
    FDynamicMesh3* MeshIn,
    FDynamicMeshPolygroupAttribute*...
)

Initialize a PolygroupSet for given Mesh and specific Polygroup attribute layer

Public function

FPolygroupSet

(
    FDynamicMesh3* MeshIn,
    int32 PolygroupLayerIndex
)

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

Public function

FPolygroupSet

(
    FDynamicMesh3* MeshIn,
    FName AttribName
)

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

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