Add easier game or plugin settings asset usage with SettingsBase

This commit is contained in:
Wojciech Figat
2022-01-21 16:22:14 +01:00
parent b998655e1a
commit d36c502287
8 changed files with 56 additions and 30 deletions

View File

@@ -14,7 +14,7 @@
#include "Engine/Content/Content.h"
#include "Engine/Content/JsonAsset.h"
IMPLEMENT_SETTINGS_GETTER(UWPPlatformSettings, UWPPlatform);
IMPLEMENT_ENGINE_SETTINGS_GETTER(UWPPlatformSettings, UWPPlatform);
const Char* UWPPlatformTools::GetDisplayName() const
{