ISettingsContainer::DescribeCategory

Updates the details of the specified settings category.

Windows
MacOS
Linux

References

Module

Settings

Header

/Engine/Source/Developer/Settings/Public/ISettingsContainer.h

Include

#include "ISettingsContainer.h"

Syntax

void DescribeCategory
(
    const FName & CategoryName,
    const FText & DisplayName,
    const FText & Description
)

Remarks

Updates the details of the specified settings category.

Parameters

Parameter

Description

CategoryName

The name of the category to update.

DisplayName

The category's localized display name.

Description

The category's localized description text.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss