Navigation
API > API/Developer > API/Developer/Settings > API/Developer/Settings/ISettingsContainer
Description
Sets the sort priority of a category A lower priority value means the category is listed first The priority value is 0 by default
A category named after FApp::GetProjectName() has a priority of -1.0 by default
A category named "Advanced" has a priority of 1.0 by default
| Name | SetCategorySortPriority |
| Type | function |
| Header File | /Engine/Source/Developer/Settings/Public/ISettingsContainer.h |
| Include Path | #include "ISettingsContainer.h" |
void SetCategorySortPriority
(
FName CategoryName,
float Priority
)
Parameters
| Name | Remarks |
|---|---|
| ContainerName | Settings container name |
| CategoryName | Name of category to set the priority on |
| Priority | Priority value |