FUniqueIndexSet::Initialize

Initialize the set with maximum index.

Choose your operating system:

Windows

macOS

Linux

References

Module

GeometryCore

Header

/Engine/Source/Runtime/GeometryCore/Public/Util/UniqueIndexSet.h

Include

#include "Util/UniqueIndexSet.h"

Syntax

void Initialize
(
    int32 MaxIndexIn,
    int32 MaxValuesHint
)

Remarks

Initialize the set with maximum index.

Parameters

Parameter

Description

MaxValuesHint

if non-zero, we pre-allocate this much memory for the index array