Navigation
Unreal Engine C++ API Reference > Developer > Settings > ISettingsViewer
References
Module | Settings |
Header | /Engine/Source/Developer/Settings/Public/ISettingsViewer.h |
Include | #include "ISettingsViewer.h" |
void ShowSettings ( const [FName](API\Runtime\Core\UObject\FName) & CategoryName, const [FName](API\Runtime\Core\UObject\FName) & SectionName )
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. |