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 ( const [FText](API\Runtime\Core\Internationalization\FText) & InDisplayName, const [FText](API\Runtime\Core\Internationalization\FText) & InDescription, const [FName](API\Runtime\Core\UObject\FName) & InIconName )
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. |