Navigation
Unreal Engine C++ API Reference > Developer > Settings
References
Module | Settings |
Header | /Engine/Source/Developer/Settings/Public/ISettingsViewer.h |
Include | #include "ISettingsViewer.h" |
Syntax
class ISettingsViewer
Remarks
Interface for settings tabs.
Destructors
Type | Name | Description |
---|---|---|
~ISettingsViewer () | Virtual destructor. |
Functions
Type | Name | Description |
---|---|---|
void | ShowSettings ( const FName& CategoryName, const FName& SectionName ) | Shows the settings tab that belongs to this viewer with the specified settings section pre-selected. |