Navigation
API > API/Plugins > API/Plugins/Mover > API/Plugins/Mover/URollbackBlackboard
| Name | BlackboardEntry |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/Mover/Source/Mover/Public/MoveLibrary/RollbackBlackboard.h |
| Include Path | #include "MoveLibrary/RollbackBlackboard.h" |
Syntax
template<typename EntryT>
struct BlackboardEntry : public URollbackBlackboard::BlackboardEntryBase
Inheritance Hierarchy
- URollbackBlackboard::BlackboardEntryBase → URollbackBlackboard::BlackboardEntry
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| MoveLibrary/RollbackBlackboard.h | |||
BlackboardEntry
(
const EntrySettings& InSettings, |
TODO: consider what options need to be specified. | MoveLibrary/RollbackBlackboard.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DefaultValue | EntryT | MoveLibrary/RollbackBlackboard.h | ||
| EntryBuffer | TRollbackCircularBuffer< EntryT > | MoveLibrary/RollbackBlackboard.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SetValueAtTime_External
(
const EntryT& Value, |
MoveLibrary/RollbackBlackboard.h | ||
void SetValueAtTime_Internal
(
const EntryT& Value, |
MoveLibrary/RollbackBlackboard.h | ||
void SetValueAtTime_Predictive
(
const EntryT& Value, |
MoveLibrary/RollbackBlackboard.h | ||
const EntryT * TryGetRefAtTime_External
(
const EntryTimeStamp& CurrentExternalTime |
TODO: Consider whether it's worthwhile to have this function... dangerous to let external folks hold onto references to internal storage, but may allow more efficient editing. | MoveLibrary/RollbackBlackboard.h | |
const EntryT * TryGetRefAtTime_Internal
(
const EntryTimeStamp& InternalTime |
MoveLibrary/RollbackBlackboard.h | ||
const EntryT * TryGetRefAtTime_Predictive
(
const EntryTimeStamp& PredictiveReaderTime |
MoveLibrary/RollbackBlackboard.h | ||
bool TryGetValueAtTime_External
(
const EntryTimeStamp& CurrentExternalTime, |
MoveLibrary/RollbackBlackboard.h | ||
bool TryGetValueAtTime_Internal
(
const EntryTimeStamp& InternalTime, |
MoveLibrary/RollbackBlackboard.h | ||
bool TryGetValueAtTime_Predictive
(
const EntryTimeStamp& PredictiveReaderTime, |
MoveLibrary/RollbackBlackboard.h |
Public Virtual
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void ResetPredictiveElement() |
MoveLibrary/RollbackBlackboard.h |