Olympe Engine 2.0
2D Game Engine with ECS Architecture
Loading...
Searching...
No Matches
Public Attributes | List of all members
Olympe::BlackboardEntry Struct Reference

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
 

Detailed Description

Single entry in the graph's declared blackboard schema (local or global).

Definition at line 91 of file TaskGraphTemplate.h.

Member Data Documentation

◆ Default

TaskValue Olympe::BlackboardEntry::Default

◆ IsGlobal

bool Olympe::BlackboardEntry::IsGlobal = false

false = local scope, true = global BB

Definition at line 95 of file TaskGraphTemplate.h.

◆ Key

std::string Olympe::BlackboardEntry::Key

◆ Type

VariableType Olympe::BlackboardEntry::Type = VariableType::None

Definition at line 93 of file TaskGraphTemplate.h.


The documentation for this struct was generated from the following file: