ISettingsModule::RegisterViewer

Registers a 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 RegisterViewer
(
    const [FName](API\Runtime\Core\UObject\FName) & ContainerName,
    [ISettingsViewer](API\Developer\Settings\ISettingsViewer) & SettingsViewer
)

Remarks

Registers a viewer for the specified settings container.

Parameters

Name Description
ContainerName The name of the settings container to register a viewer for.
SettingsViewer The viewer to register.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library