Navigation
API > API/Plugins > API/Plugins/Mover
RollbackBlackboardLibrary: a collection of static functions to help working with a rollback blackboard
| Name | URollbackBlackboardLibrary |
| Type | class |
| Header File | /Engine/Plugins/Experimental/Mover/Source/Mover/Public/MoveLibrary/RollbackBlackboardLibrary.h |
| Include Path | #include "MoveLibrary/RollbackBlackboardLibrary.h" |
Syntax
UCLASS (MinimalAPI)
class URollbackBlackboardLibrary : public UBlueprintFunctionLibrary
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UBlueprintFunctionLibrary → URollbackBlackboardLibrary
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static URollbackBlackboard::EntrySettings MakeEventEntrySettings
(
int32 MaxHistoryCount |
An 'event' entry is good for data that is rarely authored each frame and may be useful for some time into the future. | MoveLibrary/RollbackBlackboardLibrary.h | |
| A 'rolling' entry is good for data that changes every frame. | MoveLibrary/RollbackBlackboardLibrary.h | ||
| Single-frame entries are good for data that only needs to be communicated between different parts of the movement sim during the current frame and has no use beyond that. | MoveLibrary/RollbackBlackboardLibrary.h |