ISettingsModule::ShowViewer

Shows the settings viewer for the specified settings container.

Unreal Engine C++ API Reference > Developer > Settings > ISettingsModule

References

   
Module Settings
Header /Engine/Source/Developer/Settings/Public/ISettingsModule.h
Include #include "ISettingsModule.h"
void ShowViewer
(
    const [FName](API\Runtime\Core\UObject\FName) & ContainerName,
    const [FName](API\Runtime\Core\UObject\FName) & CategoryName,
    const [FName](API\Runtime\Core\UObject\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.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library