Represents a single entry in a behavior tree blackboard.
const EmberCore::String & GetValue() const
void SetValue(const EmberCore::String &value)
static DataType ParseDataType(const EmberCore::String &typeStr)
bool IsValidValue() const
void SetKey(const EmberCore::String &key)
BlackboardEntry()=default
EmberCore::String GetTypeString() const
void SetType(DataType type)
static EmberCore::String DataTypeToString(DataType type)
const EmberCore::String & GetKey() const
DataType
Supported data types for blackboard entries.