Navigation
API > API/Runtime > API/Runtime/GeometryCore
FArrayIndexSetsDecomposition represents a decomposition of an integer index set into subsets, which are stored as arrays (ie this is just an array of arrays, where each sub-array has a unique integer identifier)
| Name | FArrayIndexSetsDecomposition |
| Type | class |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Util/IndexSetDecompositions.h |
| Include Path | #include "Util/IndexSetDecompositions.h" |
Syntax
class FArrayIndexSetsDecomposition
Structs
| Name | Remarks |
|---|---|
| FIndexSet |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int32 CreateNewIndexSet() |
Create a new IndexSet for this Decomposition | Util/IndexSetDecompositions.h | |
TArray< int32 > & GetIndexSetArray
(
int32 SetID |
Util/IndexSetDecompositions.h | ||
const TArray< int32 > & GetIndexSetArray
(
int32 SetID |
Util/IndexSetDecompositions.h | ||
const TArray< int32 > & GetIndexSetIDs() |
Util/IndexSetDecompositions.h |