Navigation
API > API/Developer > API/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 | |
---|---|---|---|
![]() ![]() |
Virtual destructor. |
Functions
Type | Name | Description | |
---|---|---|---|
![]() |
void | ShowSettings
(
const FName& CategoryName, |
Shows the settings tab that belongs to this viewer with the specified settings section pre-selected. |