ISettingsModule::UnregisterSettings

Removes a settings section from the specified settings container.

Windows
MacOS
Linux

References

Module

Settings

Header

/Engine/Source/Developer/Settings/Public/ISettingsModule.h

Include

#include "ISettingsModule.h"

Syntax

void UnregisterSettings
(
    const FName & ContainerName,
    const FName & CategoryName,
    const FName & SectionName
)

Remarks

Removes a settings section from the specified settings container.

Parameters

Parameter

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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss