Navigation
API > API/Developer > API/Developer/Settings > API/Developer/Settings/ISettingsModule
References
| Module | Settings |
| Header | /Engine/Source/Developer/Settings/Public/ISettingsModule.h |
| Include | #include "ISettingsModule.h" |
void ShowViewer
(
const FName & ContainerName,
const FName & CategoryName,
const FName & SectionName
)
Remarks
Shows the settings viewer for the specified settings container.
Parameters
| Name | Description |
|---|---|
| ContainerName | The name of the section's container. |
| CategoryName | The name of the section's category. |
| SectionName | The name of the section to show. |