![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <LumenUniqueList.h>
Public Member Functions | |
| void | Add (ElementType Element) |
Public Attributes | |
| TArray< ElementType, Allocator > | Array |
| Experimental::TSherwoodSet< ElementType > | Set |
Crude list of unique elements Flat array, backed by a set for faster insertion
|
inline |
| TArray<ElementType, Allocator> TSparseUniqueList< ElementType, Allocator >::Array |
| Experimental::TSherwoodSet<ElementType> TSparseUniqueList< ElementType, Allocator >::Set |