Navigation
API > API/Plugins > API/Plugins/Mover
Determines how long a blackboard entry is valid once its been set.
| Name | EBlackboardPersistencePolicy |
| Type | enum |
| Header File | /Engine/Plugins/Experimental/Mover/Source/Mover/Public/MoveLibrary/RollbackBlackboard.h |
| Include Path | #include "MoveLibrary/RollbackBlackboard.h" |
Syntax
enum EBlackboardPersistencePolicy
{
Forever,
NextFrameOnly,
LimitedTime,
}
Values
| Name | Remarks |
|---|---|
| Forever | Any edits to the entry remain valid and readable indefinitely |
| NextFrameOnly | Any edits remain valid until the end of the next simulation frame. |
| LimitedTime | NOT YET IMPLEMENTED. Any edits remain valid until a specified amount of simulation time has passed. |