Definition ModuleInterface.h:14
virtual void ShutdownModule()
Definition ModuleInterface.h:55
virtual bool IsGameModule() const
Definition ModuleInterface.h:84
virtual void PreUnloadCallback()
Definition ModuleInterface.h:38
virtual bool SupportsDynamicReloading()
Definition ModuleInterface.h:64
virtual bool SupportsAutomaticShutdown()
Definition ModuleInterface.h:74
virtual void StartupModule()
Definition ModuleInterface.h:31
virtual void PostLoadCallback()
Definition ModuleInterface.h:45
virtual ~IModuleInterface()
Definition ModuleInterface.h:21