Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Editor/ConfigEditor/Public/IConfigEditorModule.h |
Include |
#include "IConfigEditorModule.h" |
TSharedRef< SWidget > GetValueWidgetForConfigProperty
(
const FString & ConfigFile
)
Access a reference to a value widget used in the config editor for the current property.
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...