TCircularQueue::Dequeue

Removes an item from the front of the queue.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Containers/CircularQueue.h

Include

#include "Containers/CircularQueue.h"

Syntax

bool Dequeue()

Remarks

Removes an item from the front of the queue.

Returns

true if an element has been removed, false if the queue was empty. @note To be called only from consumer thread.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss