Navigation
API > API/Plugins > API/Plugins/Mover > API/Plugins/Mover/TRollbackCircularBuffer
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TRollbackCircularBuffer
(
uint32 Capacity, |
Creates and initializes a new instance of the TRollbackCircularBuffer class. | MoveLibrary/RollbackCircularBuffer.h | |
TRollbackCircularBuffer
(
uint32 Capacity, |
Creates and initializes a new instance of the TRollbackCircularBuffer class. | MoveLibrary/RollbackCircularBuffer.h |
TRollbackCircularBuffer(uint32, ERollbackBufferFlags)
Description
Creates and initializes a new instance of the TRollbackCircularBuffer class.
| Name | TRollbackCircularBuffer |
| Type | function |
| Header File | /Engine/Plugins/Experimental/Mover/Source/Mover/Public/MoveLibrary/RollbackCircularBuffer.h |
| Include Path | #include "MoveLibrary/RollbackCircularBuffer.h" |
TRollbackCircularBuffer
(
uint32 Capacity,
ERollbackBufferFlags Flags
)
Parameters
| Name | Remarks |
|---|---|
| Capacity | The number of elements that the buffer can store |
TRollbackCircularBuffer(uint32, ERollbackBufferFlags, const ElementType &)
Description
Creates and initializes a new instance of the TRollbackCircularBuffer class.
| Name | TRollbackCircularBuffer |
| Type | function |
| Header File | /Engine/Plugins/Experimental/Mover/Source/Mover/Public/MoveLibrary/RollbackCircularBuffer.h |
| Include Path | #include "MoveLibrary/RollbackCircularBuffer.h" |
TRollbackCircularBuffer
(
uint32 Capacity,
ERollbackBufferFlags Flags,
const ElementType & InitialValue
)
Parameters
| Name | Remarks |
|---|---|
| Capacity | The number of elements that the buffer can store (will be rounded up to the next power of 2). |
| InFlags | |
| InitialValue | The initial value for the buffer's elements. |