Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TRingBuffer
Description
Add a new element before the front pointer of the RingBuffer, resizing if necessary. The new element is constructed from the given arguments. Returns a reference to the added element.
| Name | EmplaceFront_GetRef |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/RingBuffer.h |
| Include Path | #include "Containers/RingBuffer.h" |
template<typename... ArgsType>
ElementType & EmplaceFront_GetRef
(
ArgsType &&... Args
)