IConfigEditorModule::GetValueWidgetForConfigProperty

Access a reference to a value widget used in the config editor for the current property.

Windows
MacOS
Linux

References

Module

ConfigEditor

Header

/Engine/Source/Editor/ConfigEditor/Public/IConfigEditorModule.h

Include

#include "IConfigEditorModule.h"

Syntax

TSharedRef< SWidget > GetValueWidgetForConfigProperty
(
    const FString & ConfigFile
)

Remarks

Access a reference to a value widget used in the config editor for the current property.

Returns

  • A widget which represents the config value for a specific property. This is a different widget based on the property type ie. a combobox for enum, a check box for bool...

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