Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Plugins/Runtime/GeometryProcessing/Source/DynamicMesh/Public/Polygroups/PolygroupSet.h |
Include |
#include "Polygroups/PolygroupSet.h" |
struct FPolygroupLayer
FPolygroupLayer represents a polygroup set on a FDynamicMesh3, which supports a "default" group set stored on the mesh, and then N extended group layers stored in the mesh AttributeSet. This struct can represent either.
Name | Description | ||
---|---|---|---|
|
bIsDefaultLayer |
If true, layer is the default FDynamicMesh3 triangle groups layer |
|
|
LayerIndex |
If bIsDefaultLayer is false, this is the index of the AttributeSet Polygroup Layer |
Name | Description | ||
---|---|---|---|
|
CheckExists ( |
||
|
FPolygroupLa... |
Default() |
Construct a FPolygroupLayer for the default layer |
|
FPolygroupLa... |
Layer ( |
Construct a FPolygroupLayer for an extended layer |
Name | Description | ||
---|---|---|---|
|
operator== ( |