Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TCircularBuffer
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
ElementType & operator[]
(
uint32 Index |
Returns the mutable element at the specified index. | Containers/CircularBuffer.h | |
const ElementType & operator[]
(
uint32 Index |
Returns the immutable element at the specified index. | Containers/CircularBuffer.h |
operatoruint32
Description
Returns the mutable element at the specified index.
| Name | operator[] |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/CircularBuffer.h |
| Include Path | #include "Containers/CircularBuffer.h" |
ElementType & operator[]
(
uint32 Index
)
Parameters
| Name | Remarks |
|---|---|
| Index | The index of the element to return. |
operatoruint32
Description
Returns the immutable element at the specified index.
| Name | operator[] |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/CircularBuffer.h |
| Include Path | #include "Containers/CircularBuffer.h" |
const ElementType & operator[]
(
uint32 Index
) const
Parameters
| Name | Remarks |
|---|---|
| Index | The index of the element to return. |