Navigation
API > API/Editor > API/Editor/ConfigEditor > API/Editor/ConfigEditor/IConfigEditorModule
References
| Module | ConfigEditor |
| Header | /Engine/Source/Editor/ConfigEditor/Public/IConfigEditorModule.h |
| Include | #include "IConfigEditorModule.h" |
TSharedRef< SWidget > GetValueWidgetForConfigProperty
&40;
const FString & ConfigFile
&41;
Remarks
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...