Add Graphics settings
This commit is contained in:
parent
f079124c18
commit
96d5f5c762
6 changed files with 342 additions and 0 deletions
|
@ -2,15 +2,20 @@
|
|||
|
||||
#include "HarmonyLink.h"
|
||||
#include "Modules/ModuleManager.h"
|
||||
#include "Objects/HarmonyLinkGraphics.h"
|
||||
|
||||
#define LOCTEXT_NAMESPACE "FHarmonyLinkModule"
|
||||
|
||||
DEFINE_LOG_CATEGORY(LogHarmonyLink);
|
||||
|
||||
void FHarmonyLinkModule::StartupModule()
|
||||
{
|
||||
UHarmonyLinkGraphics::GetSettings();
|
||||
}
|
||||
|
||||
void FHarmonyLinkModule::ShutdownModule()
|
||||
{
|
||||
UHarmonyLinkGraphics::DestroySettings();
|
||||
}
|
||||
|
||||
#undef LOCTEXT_NAMESPACE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue