![]() |
Olympe Engine 2.0
2D Game Engine with ECS Architecture
|
Single entry in the graph's declared blackboard schema (local or global). More...
#include <TaskGraphTemplate.h>
Collaboration diagram for Olympe::BlackboardEntry:Public Attributes | |
| std::string | Key |
| VariableType | Type = VariableType::None |
| TaskValue | Default |
| bool | IsGlobal = false |
| false = local scope, true = global BB | |
Single entry in the graph's declared blackboard schema (local or global).
Definition at line 91 of file TaskGraphTemplate.h.
| TaskValue Olympe::BlackboardEntry::Default |
Definition at line 94 of file TaskGraphTemplate.h.
Referenced by Olympe::TaskSystem::ExecuteVSFrame(), and Olympe::LocalBlackboard::InitializeFromEntries().
false = local scope, true = global BB
Definition at line 95 of file TaskGraphTemplate.h.
| std::string Olympe::BlackboardEntry::Key |
Definition at line 92 of file TaskGraphTemplate.h.
Referenced by Olympe::BTtoVSMigrator::ConvertBlackboard(), Olympe::TaskGraphLoader::ParseBlackboardV4(), Olympe::VisualScriptEditorPanel::RenderBlackboard(), and Olympe::VisualScriptEditorPanel::RenderLocalVariablesPanel().
| VariableType Olympe::BlackboardEntry::Type = VariableType::None |
Definition at line 93 of file TaskGraphTemplate.h.