UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
TSparseUniqueList< ElementType, Allocator > Struct Template Reference

#include <LumenUniqueList.h>

Public Member Functions

void Add (ElementType Element)
 

Public Attributes

TArray< ElementType, AllocatorArray
 
Experimental::TSherwoodSet< ElementType > Set
 

Detailed Description

template<typename ElementType, typename Allocator>
struct TSparseUniqueList< ElementType, Allocator >

Crude list of unique elements Flat array, backed by a set for faster insertion

Member Function Documentation

◆ Add()

template<typename ElementType , typename Allocator >
void TSparseUniqueList< ElementType, Allocator >::Add ( ElementType  Element)
inline

Member Data Documentation

◆ Array

template<typename ElementType , typename Allocator >
TArray<ElementType, Allocator> TSparseUniqueList< ElementType, Allocator >::Array

◆ Set

template<typename ElementType , typename Allocator >
Experimental::TSherwoodSet<ElementType> TSparseUniqueList< ElementType, Allocator >::Set

The documentation for this struct was generated from the following file: