![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <IndexSetDecompositions.h>
Classes | |
| struct | FIndexSet |
Public Member Functions | |
| const TArray< int32 > & | GetIndexSetIDs () const |
| int32 | CreateNewIndexSet () |
| TArray< int32 > & | GetIndexSetArray (int32 SetID) |
| const TArray< int32 > & | GetIndexSetArray (int32 SetID) const |
Protected Attributes | |
| TIndirectArray< FIndexSet > | Sets |
| TMap< int32, FIndexSet * > | SetIdentifierMap |
| int32 | IDCounter = 1 |
| TArray< int32 > | AllSetIDs |
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)
|
inline |
Create a new IndexSet for this Decomposition
|
inline |
|
inline |
|
protected |
|
protected |