|
|
| SLATE_DECLARE_WIDGET (SLiveConfigPropertyValueWidget, SCompoundWidget) |
| |
|
| DECLARE_DELEGATE_OneParam (FOnValueChanged, const FString &) |
| |
|
| SLATE_BEGIN_ARGS (SLiveConfigPropertyValueWidget) |
| |
|
| SLATE_ATTRIBUTE (FString, Value) |
| |
|
| SLATE_ATTRIBUTE (ELiveConfigPropertyType, PropertyType) |
| |
|
| SLATE_ATTRIBUTE (bool, bReadOnly) |
| |
|
| SLATE_EVENT (FOnValueChanged, OnValueChanged) |
| |
|
| SLATE_EVENT (FSimpleDelegate, OnEnter) |
| |
|
| SLATE_END_ARGS () |
| |
|
void | Construct (const FArguments &InArgs) |
| |
|
void | RequestFocus () |
| |
The documentation for this class was generated from the following files:
- Source/LiveConfigEditor/Public/PropertyManager/SLiveConfigPropertyValueWidget.h
- Source/LiveConfigEditor/Private/PropertyManager/SLiveConfigPropertyValueWidget.cpp