Navigation
API > API/Developer > API/Developer/Settings > API/Developer/Settings/ISettingsContainer
References
| Module | Settings |
| Header | /Engine/Source/Developer/Settings/Public/ISettingsContainer.h |
| Include | #include "ISettingsContainer.h" |
void DescribeCategory
&40;
const FName & CategoryName,
const FText & DisplayName,
const FText & Description
&41;
Remarks
Updates the details of the specified settings category.
Parameters
| Name | Description |
|---|---|
| CategoryName | The name of the category to update. |
| DisplayName | The category's localized display name. |
| Description | The category's localized description text. |