FUniqueIndexSet::Collect

Add the members of the current index set to an object that supports .Reserve(int) and .Add(int)

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

template<typename ArrayType>
void Collect
(
    ArrayType & Storage
) const

Remarks

Add the members of the current index set to an object that supports .Reserve(int) and .Add(int)