Definition: BGSStoryEventManager.h:15
static BGSStoryEventManager * GetSingleton()
Definition: BGSStoryEventManager.h:17
BSSpinLock eventArrayLock
Definition: BGSStoryEventManager.h:34
BSTHashMap< std::uint32_t, std::uint32_t > registeredEventIDs
Definition: BGSStoryEventManager.h:32
std::uint32_t AddEvent(const T &a_event)
Definition: BGSStoryEventManager.h:25
BSTArray< BGSStoryEvent > events
Definition: BGSStoryEventManager.h:33
BSTArray< BGSRegisteredStoryEvent > registeredEvents
Definition: BGSStoryEventManager.h:31