Navigation
API > API/Plugins > API/Plugins/Mover > API/Plugins/Mover/URollbackBlackboard
Untyped base, so we can use entries of multiple types in a single-typed container
| Name | BlackboardEntryBase |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/Mover/Source/Mover/Public/MoveLibrary/RollbackBlackboard.h |
| Include Path | #include "MoveLibrary/RollbackBlackboard.h" |
Syntax
struct BlackboardEntryBase
Derived Classes
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void OnSimulationFrameEnd() |
MoveLibrary/RollbackBlackboard.h | ||
void RollBack
(
uint32 NewPendingFrame |
Note that NewPendingFrame means the frame that will now be re-simulated. So any existing entries with a Frame >= NewPendingFrame can be invalidated. | MoveLibrary/RollbackBlackboard.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool CanReadEntryAt
(
const EntryTimeStamp& ReaderTimeStamp, |
MoveLibrary/RollbackBlackboard.h | ||
uint32 ComputeBufferSize
(
EBlackboardSizingPolicy InSizingPolicy, |
MoveLibrary/RollbackBlackboard.h |