Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/Settings > API/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
(
UToolMenu * InToolMenu,
const TArray < FPlayScreenResolution > * Resolutions,
const FString SectionName
)
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. |