ISettingsContainer::DescribeCategory

Updates the details of the specified settings category.

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

References

   
Module Settings
Header /Engine/Source/Developer/Settings/Public/ISettingsContainer.h
Include #include "ISettingsContainer.h"
void DescribeCategory
(
    const [FName](API\Runtime\Core\UObject\FName) & CategoryName,
    const [FText](API\Runtime\Core\Internationalization\FText) & DisplayName,
    const [FText](API\Runtime\Core\Internationalization\FText) & Description
)

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.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library