ISettingsViewer::ShowSettings

Shows the settings tab that belongs to this viewer with the specified settings section pre-selected.

Windows
MacOS
Linux

References

Module

Settings

Header

/Engine/Source/Developer/Settings/Public/ISettingsViewer.h

Include

#include "ISettingsViewer.h"

Syntax

void ShowSettings
(
    const FName & CategoryName,
    const FName & SectionName
)

Remarks

Shows the settings tab that belongs to this viewer with the specified settings section pre-selected.

Parameters

Parameter

Description

CategoryName

The name of the section's category.

SectionName

The name of the section to select.

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