5#include "Modules/ModuleManager.h"
7DECLARE_LOG_CATEGORY_EXTERN(LogST_VJMasterEditor, Verbose, All);
35 TUniquePtr<class FST_VJMasterWarden> ST_VJMasterWarden =
nullptr;
37 TUniquePtr<class FST_VJMasterGlobalDetailsCustomisation> ST_VJMasterGlobalDetailsCustomisation =
nullptr;
38 TUniquePtr<class FST_VJMasterDeveloperSettingsCustomisation> ST_VJMasterDeveloperSettingsCustomisation =
nullptr;
39 TUniquePtr<class FST_VJMasterToolbarCustomisation> ST_VJMasterToolbarCustomisation =
nullptr;
A module class for the ST_VJMasterEditor module.
Definition ST_VJMasterEditor.h:16
virtual void ShutdownModule() override
Shuts down the module when unloaded.
Definition ST_VJMasterEditor.cpp:61
virtual void StartupModule() override
Initializes the module when loaded.
Definition ST_VJMasterEditor.cpp:17