ISettingsViewer

Interface for settings tabs.

Windows
MacOS
Linux

References

Module

Settings

Header

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

Include

#include "ISettingsViewer.h"

Syntax

class ISettingsViewer

Remarks

Interface for settings tabs.

Destructors

Name Description

Public function Virtual

~ISettingsViewer()

Virtual destructor.

Functions

Name Description

Public function

void

 

ShowSettings

(
    const FName& CategoryName,
    const FName& SectionName
)

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

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