Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TRingBuffer
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
ElementType & First () |
Return a reference to the element at the front pointer of the RingBuffer. | Containers/RingBuffer.h | |
const ElementType & First () |
Return a const reference to the element at the front pointer of the RingBuffer. | Containers/RingBuffer.h |
First()
Description
Return a reference to the element at the front pointer of the RingBuffer. Invalid to call on an empty RingBuffer.
| Name | First |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/RingBuffer.h |
| Include Path | #include "Containers/RingBuffer.h" |
ElementType & First()
First()
Description
Return a const reference to the element at the front pointer of the RingBuffer. Invalid to call on an empty RingBuffer.
| Name | First |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/RingBuffer.h |
| Include Path | #include "Containers/RingBuffer.h" |
const ElementType & First() const