Navigation
Unreal Engine C++ API Reference > Editor > UnrealEd > Settings > ULevelEditorPlaySettings
References
Module | UnrealEd |
Header | /Engine/Source/Editor/UnrealEd/Classes/Settings/LevelEditorPlaySettings.h |
Include | #include "Settings/LevelEditorPlaySettings.h" |
Source | /Engine/Source/Editor/UnrealEd/Private/Settings/SettingsClasses.cpp |
static void AddScreenResolutionSection
&40;
UToolMenu &42; InToolMenu,
const TArray< FPlayScreenResolution > &42; Resolutions,
const FString SectionName
&41;
Remarks
Adds a section to the screen resolution menu.
Parameters
Name | Description |
---|---|
MenuBuilder | The menu builder to add the section to. |
Resolutions | The collection of screen resolutions to add. |
SectionName | The name of the section to add. |