Enqueue

Overload list

Windows
MacOS
Linux
Name Description

Public function

bool

 

Enqueue

(
    const ItemType& Item
)

Adds an item to the head of the queue.

To be called only from producer thread(s).

Public function

bool

 

Enqueue

(
    ItemType&& Item
)

Adds an item to the head of the queue.

To be called only from producer thread(s).

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