Live Config
Loading...
Searching...
No Matches
Public Member Functions | List of all members
SLiveConfigPropertyPicker Class Reference
Inheritance diagram for SLiveConfigPropertyPicker:

Public Member Functions

 DECLARE_DELEGATE_OneParam (FOnPropertySelected, FLiveConfigProperty)
 
 SLATE_BEGIN_ARGS (SLiveConfigPropertyPicker)
 
 SLATE_ARGUMENT (FName, Filter)
 
 SLATE_ARGUMENT (TOptional< ELiveConfigPropertyType >, FilterType)
 
 SLATE_ARGUMENT (UScriptStruct *, StructFilter)
 
 SLATE_ARGUMENT (bool, bReadOnly)
 
 SLATE_ARGUMENT (bool, bMultiSelect)
 
 SLATE_EVENT (FOnPropertySelected, OnPropertySelected)
 
 SLATE_END_ARGS ()
 
void Construct (const FArguments &InArgs)
 
TSharedPtr< SWidget > GetWidgetToFocusOnOpen ()
 
FLiveConfigProperty GetSelectedProperty () const
 
void SetSelectedProperty (FLiveConfigProperty InProperty)
 

Member Function Documentation

◆ DECLARE_DELEGATE_OneParam()

SLiveConfigPropertyPicker::DECLARE_DELEGATE_OneParam ( FOnPropertySelected  ,
FLiveConfigProperty   
)

Callback when selection changes

◆ GetSelectedProperty()

FLiveConfigProperty SLiveConfigPropertyPicker::GetSelectedProperty ( ) const
inline

Get the currently selected property

◆ SetSelectedProperty()

void SLiveConfigPropertyPicker::SetSelectedProperty ( FLiveConfigProperty  InProperty)

Set the selected property


The documentation for this class was generated from the following files: