Create Editor Settings menu
This commit is contained in:
parent
98fb068e29
commit
76654dbe0a
10 changed files with 461 additions and 3 deletions
|
@ -195,6 +195,11 @@ public:
|
|||
*/
|
||||
static void DestroySettings();
|
||||
|
||||
protected:
|
||||
static const TMap<EProfile, FSettingsProfile>& GetProfiles();
|
||||
void RenameSetting(EProfile Profile, FName OldName, FName NewName);
|
||||
void ChangeSettingType(EProfile Profile, FName SettingName, EConfigValueType NewType);
|
||||
|
||||
private:
|
||||
/**
|
||||
* @brief Initializes the UHarmonyLinkGraphics settings.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue