Navigation
API > API/Plugins > API/Plugins/Mover > API/Plugins/Mover/TRollbackCircularBuffer
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
ElementType & GetPredictiveElement () |
Returns the mutable predictive element. | MoveLibrary/RollbackCircularBuffer.h | |
const ElementType & GetPredictiveElement () |
Returns the immutable predictive element. | MoveLibrary/RollbackCircularBuffer.h |
GetPredictiveElement()
Description
Returns the mutable predictive element. Only valid if the buffer was created with prediction supported.
| Name | GetPredictiveElement |
| Type | function |
| Header File | /Engine/Plugins/Experimental/Mover/Source/Mover/Public/MoveLibrary/RollbackCircularBuffer.h |
| Include Path | #include "MoveLibrary/RollbackCircularBuffer.h" |
ElementType & GetPredictiveElement()
GetPredictiveElement()
Description
Returns the immutable predictive element. Only valid if the buffer was created with prediction supported.
| Name | GetPredictiveElement |
| Type | function |
| Header File | /Engine/Plugins/Experimental/Mover/Source/Mover/Public/MoveLibrary/RollbackCircularBuffer.h |
| Include Path | #include "MoveLibrary/RollbackCircularBuffer.h" |
const ElementType & GetPredictiveElement() const