Enqueue

Overload list

Windows
MacOS
Linux
Name Description

Public function

bool

 

Enqueue

(
    const ElementType& Element
)

Adds an item to the end of the queue.

Public function

bool

 

Enqueue

(
    ElementType&& Element
)

Adds an item to the end 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