AddFront

Overload list

Windows
MacOS
Linux
Name Description

Public function

IndexType

 

AddFront

(
    ElementType&& Element
)

Add a new element before the front pointer of the RingBuffer, resizing if necessary.

Public function

IndexType

 

AddFront

(
    const ElementType& Element
)

Add a new element before the front pointer of the RingBuffer, resizing if necessary.

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