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

@@ -11,7 +11,7 @@
#include "Engine/Content/Content.h"
#include "Engine/Content/JsonAsset.h"
IMPLEMENT_SETTINGS_GETTER(WindowsPlatformSettings, WindowsPlatform);
IMPLEMENT_ENGINE_SETTINGS_GETTER(WindowsPlatformSettings, WindowsPlatform);
const Char* WindowsPlatformTools::GetDisplayName() const
{