Enqueue

Overload list

Windows
MacOS
Linux
Name Description

Public function

bool

 

Enqueue

(
    const ItemType& Item
)

Adds an item to the head of the queue.

Public function

bool

 

Enqueue

(
    ItemType&& Item
)

Adds an item to the head of the queue.

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