ISettingsModule::UnregisterSettings

Removes a settings section from 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 UnregisterSettings
(
    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

Removes a settings section from the specified settings container.

Parameters

Name Description
ContainerName The name of the container that to remove the settings from.
CategoryName The name of the category within the container.
SectionName The name of the section within the category.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library