ISettingsContainer::SetCategorySortPriority

Sets the sort priority of a category A lower priority value means the category is listed first The priority value is 0 by default

Unreal Engine C++ API Reference > Developer > Settings > ISettingsContainer

References

   
Module Settings
Header /Engine/Source/Developer/Settings/Public/ISettingsContainer.h
Include #include "ISettingsContainer.h"
void SetCategorySortPriority
(
    [FName](API\Runtime\Core\UObject\FName) CategoryName,
    float Priority
)

Remarks

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

Parameters

Name Description
ContainerName Settings container name
CategoryName Name of category to set the priority on
Priority Priority value

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library