Navigation
Unreal Engine C++ API Reference > Developer > Settings > ISettingsContainer
References
Module | Settings |
Header | /Engine/Source/Developer/Settings/Public/ISettingsContainer.h |
Include | #include "ISettingsContainer.h" |
void Describe
&40;
const FText & InDisplayName,
const FText & InDescription,
const FName & InIconName
&41;
Remarks
Updates the details of this settings container.
Parameters
Name | Description |
---|---|
InDisplayName | The container's localized display name. |
InDescription | The container's localized description text. |
InIconName | The name of the container's icon. |