Definition: BGSStoryEventManager.h:15
 
static BGSStoryEventManager * GetSingleton()
 
BSSpinLock eventArrayLock
Definition: BGSStoryEventManager.h:29
 
BSTHashMap< std::uint32_t, std::uint32_t > registeredEventIDs
Definition: BGSStoryEventManager.h:27
 
std::uint32_t AddEvent(const T &a_event)
Definition: BGSStoryEventManager.h:20
 
BSTArray< BGSStoryEvent > events
Definition: BGSStoryEventManager.h:28
 
BSTArray< BGSRegisteredStoryEvent > registeredEvents
Definition: BGSStoryEventManager.h:26