![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <ExpandingChunkedList.h>
Public Member Functions | |
| ~TExpandingChunkedList () | |
| void | Push (T Item) |
| FORCEINLINE bool | IsEmpty () const |
| void | Empty () |
| FORCEINLINE void | PopAllAndEmpty (TArray< T > &OutArray) |
|
inline |
|
inline |
Empties the list and frees its memory
|
inline |
Checks if the list is empty
|
inline |
Moves all items to the provided array and empties the list
|
inline |
Thread safe: Pushes a new item into the list