ISettingsModule::UnregisterViewer

Unregisters the currently assigned 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 UnregisterViewer
(
    const [FName](API\Runtime\Core\UObject\FName) & ContainerName
)

Remarks

Unregisters the currently assigned viewer for the specified settings container.

Parameters

Name Description
ContainerName The name of the settings container to unregister the viewer for.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library