ULevelEditorPlaySettings::AddScreenResolutionSection

Adds a section to the screen resolution menu.

Windows
MacOS
Linux

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

Syntax

static void AddScreenResolutionSection
(
    UToolMenu * InToolMenu,
    const TArray< FPlayScreenResolution > * Resolutions,
    const FString SectionName
)

Remarks

Adds a section to the screen resolution menu.

Parameters

Parameter

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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss