Navigation
API > API/Developer > API/Developer/Settings > API/Developer/Settings/ISettingsModule
References
Module | Settings |
Header | /Engine/Source/Developer/Settings/Public/ISettingsModule.h |
Include | #include "ISettingsModule.h" |
void UnregisterSettings
&40;
const FName & ContainerName,
const FName & CategoryName,
const FName & SectionName
&41;
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. |