HeapPush

Overload list

Windows
MacOS
Linux
Name Description

Public function

SizeType

 

HeapPush

(
    ElementType&& InItem
)

Adds a new element to the heap.

Public function

SizeType

 

HeapPush

(
    const ElementType& InItem
)

Adds a new element to the heap.

Public function

SizeType

 

HeapPush

(
    ElementType&& InItem,
    const PREDICATE_CLASS& Predicate
)

Adds a new element to the heap.

Public function

SizeType

 

HeapPush

(
    const ElementType& InItem,
    const PREDICATE_CLASS& Predicate
)

Adds a new element to the heap.

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