Added delegates and automatic switching
This commit is contained in:
parent
d4ac87e36d
commit
16061e077b
5 changed files with 263 additions and 44 deletions
|
@ -10,11 +10,12 @@ DEFINE_LOG_CATEGORY(LogHarmonyLink);
|
|||
|
||||
void FHarmonyLinkModule::StartupModule()
|
||||
{
|
||||
UHarmonyLinkGraphics::GetSettings();
|
||||
|
||||
}
|
||||
|
||||
void FHarmonyLinkModule::ShutdownModule()
|
||||
{
|
||||
// Ensure we safely destroy our singleton instance
|
||||
UHarmonyLinkGraphics::DestroySettings();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue