ISettingsContainer::Describe

Updates the details of this settings container.

Windows
MacOS
Linux

References

Module

Settings

Header

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

Include

#include "ISettingsContainer.h"

Syntax

void Describe
(
    const FText & InDisplayName,
    const FText & InDescription,
    const FName & InIconName
)

Remarks

Updates the details of this settings container.

Parameters

Parameter

Description

InDisplayName

The container's localized display name.

InDescription

The container's localized description text.

InIconName

The name of the container's icon.

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