|
|
| SLATE_BEGIN_ARGS (SLiveConfigPropertyManager) |
| |
|
| SLATE_END_ARGS () |
| |
|
void | Construct (const FArguments &InArgs) |
| |
|
virtual bool | SupportsKeyboardFocus () const override |
| |
|
virtual FReply | OnKeyDown (const FGeometry &MyGeometry, const FKeyEvent &InKeyEvent) override |
| |
|
virtual void | Tick (const FGeometry &AllottedGeometry, const double InCurrentTime, const float InDeltaTime) override |
| |
|
void | RemoveProperty (TSharedPtr< FLiveConfigPropertyDefinition > InItem) |
| |
|
void | RemoveTag (FName TagName) |
| |
|
void | ScrollToProperty (FLiveConfigProperty Property) |
| |
|
bool | IsNameDuplicate (FName Name) const |
| |
|
|
static void | GetMissingTags (TArray< FName > &OutMissingTags) |
| |
The documentation for this class was generated from the following files:
- Source/LiveConfigEditor/Public/PropertyManager/SLiveConfigPropertyManager.h
- Source/LiveConfigEditor/Private/PropertyManager/SLiveConfigPropertyManager.cpp