Navigation
API > API/Developer > API/Developer/Settings > API/Developer/Settings/ISettingsViewer
References
Module | Settings |
Header | /Engine/Source/Developer/Settings/Public/ISettingsViewer.h |
Include | #include "ISettingsViewer.h" |
void ShowSettings
&40;
const FName & CategoryName,
const FName & SectionName
&41;
Remarks
Shows the settings tab that belongs to this viewer with the specified settings section pre-selected.
Parameters
Name | Description |
---|---|
CategoryName | The name of the section's category. |
SectionName | The name of the section to select. |