FArrayIndexSetsDecomposition

[FArrayIndexSetsDecomposition](API\Plugins\GeometricObjects\Util\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)

Windows
MacOS
Linux

References

Module

GeometricObjects

Header

/Engine/Plugins/Experimental/GeometryProcessing/Source/GeometricObjects/Public/Util/IndexSetDecompositions.h

Include

#include "Util/IndexSetDecompositions.h"

Syntax

class FArrayIndexSetsDecomposition

Remarks

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)

Variables

Name Description

Protected variable

TArray< int32 >

 

AllSetIDs

Protected variable

int32

 

IDCounter

Protected variable

TMap< int32, FI...

 

SetIdentifierMap

Protected variable

TIndirectArray<...

 

Sets

Functions

Name Description

Public function

int32

 

CreateNewIndexSet()

Create a new IndexSet for this Decomposition

Public function

TArray< int3...

 

GetIndexSetArray

(
    int32 SetID
)

Public function Const

const TArray...

 

GetIndexSetArray

(
    int32 SetID
)

Public function Const

const TArray...

 

GetIndexSetIDs()

Classes

Name

Description

Protected struct

FIndexSet

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