ISettingsModule::ShowViewer

Shows the settings viewer for the specified settings container.

Windows
MacOS
Linux

References

Module

Settings

Header

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

Include

#include "ISettingsModule.h"

Syntax

void ShowViewer
(
    const FName & ContainerName,
    const FName & CategoryName,
    const FName & SectionName
)

Remarks

Shows the settings viewer for the specified settings container.

Parameters

Parameter

Description

ContainerName

The name of the section's container.

CategoryName

The name of the section's category.

SectionName

The name of the section to show.

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