Navigation
API > API/Plugins > API/Plugins/Mover > API/Plugins/Mover/TRollbackCircularBuffer
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
ElementType & operator[]
(
uint32 Index |
Returns the mutable element at the specified index. | MoveLibrary/RollbackCircularBuffer.h | |
const ElementType & operator[]
(
uint32 Index |
Returns the immutable element at the specified index. | MoveLibrary/RollbackCircularBuffer.h |
operatoruint32
Description
Returns the mutable element at the specified index.
| Name | operator[] |
| Type | function |
| Header File | /Engine/Plugins/Experimental/Mover/Source/Mover/Public/MoveLibrary/RollbackCircularBuffer.h |
| Include Path | #include "MoveLibrary/RollbackCircularBuffer.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/Plugins/Experimental/Mover/Source/Mover/Public/MoveLibrary/RollbackCircularBuffer.h |
| Include Path | #include "MoveLibrary/RollbackCircularBuffer.h" |
const ElementType & operator[]
(
uint32 Index
) const
Parameters
| Name | Remarks |
|---|---|
| Index | The index of the element to return. |