HeapPop

Overload list

Windows
MacOS
Linux
Name Description

Public function

void

 

HeapPop

(
    ElementType& OutItem,
    bool bAllowShrinking
)

Removes the top element from the heap.

Public function

void

 

HeapPop

(
    ElementType& OutItem,
    const PREDICATE_CLASS& Predicate,
    bool bAllowShrinking
)

Removes the top element from 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