|
|
| SLATE_BEGIN_ARGS (SLiveConfigNewPropertyDialog) |
| |
|
| SLATE_ARGUMENT (FString, InitialName) |
| |
|
| SLATE_ARGUMENT (ELiveConfigPropertyType, InitialType) |
| |
|
| SLATE_ARGUMENT (TArray< FName >, InitialTags) |
| |
|
| SLATE_EVENT (FOnPropertyCreated, OnPropertyCreated) |
| |
|
| SLATE_END_ARGS () |
| |
|
void | Construct (const FArguments &InArgs) |
| |
|
virtual bool | SupportsKeyboardFocus () const override |
| |
|
virtual FReply | OnKeyDown (const FGeometry &MyGeometry, const FKeyEvent &InKeyEvent) override |
| |
|
|
static void | OpenDialog (const FString &InInitialName, ELiveConfigPropertyType InInitialType, const TArray< FName > &InInitialTags, FOnPropertyCreated InOnPropertyCreated) |
| |
The documentation for this class was generated from the following files:
- Source/LiveConfigEditor/Public/PropertyManager/SLiveConfigNewPropertyDialog.h
- Source/LiveConfigEditor/Private/PropertyManager/SLiveConfigNewPropertyDialog.cpp