Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TQueue
Description
Empty the queue, discarding all items.
To be called only from consumer thread.
| Name | Empty |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/Queue.h |
| Include Path | #include "Containers/Queue.h" |
void Empty()
See Also
-
IsEmpty
-
Peek
-
Pop