Navigation
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. |