EditorSettingsContainer->Describe(LOCTEXT("EditorPreferencesSubMenuLabel","Editor Preferences"),LOCTEXT("EditorPreferencesSubMenuToolTip","Configure the behavior and features of this Editor"),NAME_None);
EditorSettingsContainer->DescribeCategory("General",LOCTEXT("EditorGeneralCategoryName","General"),LOCTEXT("EditorGeneralCategoryDescription","General Editor settings description text here"));
EditorSettingsContainer->DescribeCategory("LevelEditor",LOCTEXT("EditorLevelEditorCategoryName","Level Editor"),LOCTEXT("EditorLevelEditorCategoryDescription","Level Editor settings description text here"));
EditorSettingsContainer->DescribeCategory("ContentEditors",LOCTEXT("EditorContentEditorsCategoryName","Content Editors"),LOCTEXT("EditorContentEditorsCategoryDescription","Content editors settings description text here"));
EditorSettingsContainer->DescribeCategory("Plugins",LOCTEXT("EditorPluginsCategoryName","Plugins"),LOCTEXT("EditorPluginsCategoryDescription","Plugins settings description text here"));
ProjectSettingsContainer->Describe(LOCTEXT("ProjectSettingsSubMenuLabel","Project Settings"),LOCTEXT("ProjectSettingsSubMenuToolTip","Change the settings of the currently loaded project"),NAME_None);
ProjectSettingsContainer->DescribeCategory("Project",LOCTEXT("ProjectProjectCategoryName","Project"),LOCTEXT("ProjectProjectCategoryDescription","Project settings description text here"));
ProjectSettingsContainer->DescribeCategory("Game",LOCTEXT("ProjectGameCategoryName","Game"),LOCTEXT("ProjectGameCategoryDescription","Game settings description text here"));
ProjectSettingsContainer->DescribeCategory("Engine",LOCTEXT("ProjectEngineCategoryName","Engine"),LOCTEXT("ProjectEngineCategoryDescription","Project settings description text here"));
ProjectSettingsContainer->DescribeCategory("Editor",LOCTEXT("ProjectEditorCategoryName","Editor"),LOCTEXT("ProjectEditorCategoryDescription","Project settings specific to the editor"));
ProjectSettingsContainer->DescribeCategory("Platforms",LOCTEXT("ProjectPlatformsCategoryName","Platforms"),LOCTEXT("ProjectPlatformsCategoryDescription","Platform settings description text here"));
ProjectSettingsContainer->DescribeCategory("Plugins",LOCTEXT("ProjectPluginsCategoryName","Plugins"),LOCTEXT("ProjectPluginsCategoryDescription","Plugins settings description text here"));