ezEngine  Release 25.03
ezGlobalBlackboardInitMode Struct Reference
Inheritance diagram for ezGlobalBlackboardInitMode:

Public Types

enum  Enum : StorageType { EnsureEntriesExist, ResetEntryValues, ClearEntireBlackboard, Default = ClearEntireBlackboard }
 
using StorageType = ezUInt8
 

Member Enumeration Documentation

◆ Enum

Enumerator
EnsureEntriesExist 

Brief only adds entries to the blackboard, that haven't been added before. Doesn't change the values of existing entries.

ResetEntryValues 

Overwrites values of existing entries, to reset them to the start value defined in the template.

ClearEntireBlackboard 

Removes all entries from the blackboard and only adds the ones from the template. This also gets rid of temporary values.


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