|
|
| DECLARE_DELEGATE_RetVal (FReply, FOnEditPressed) |
| |
|
| DECLARE_DELEGATE_RetVal (FReply, FOnClearPressed) |
| |
|
| SLATE_BEGIN_ARGS (SLiveConfigPropertyChip) |
| |
| void | Construct (const FArguments &InArgs) |
| |
|
|
TSharedPtr< SButton > | ChipButton |
| |
|
TSharedPtr< SButton > | ClearButton |
| |
|
TSlateAttribute< FText > | ToolTipTextAttribute |
| |
|
TSlateAttribute< FText > | TextAttribute |
| |
|
TSlateAttribute< bool > | IsSelectedAttribute |
| |
|
TSlateAttribute< bool > | ShowClearButtonAttribute |
| |
|
bool | bLastHasIsSelected = false |
| |
|
FOnEditPressed | OnEditPressed |
| |
|
FOnClearPressed | OnClearPressed |
| |
◆ Construct()
| void SLiveConfigPropertyChip::Construct |
( |
const FArguments & |
InArgs | ) |
|
Constructs this widget with InArgs
The documentation for this class was generated from the following files:
- Source/LiveConfigEditor/Public/Blueprint/SLiveConfigPropertyChip.h
- Source/LiveConfigEditor/Private/Blueprint/LiveConfigPropertyChip.cpp