10#include "ComboBoxKey.generated.h"
17UCLASS(meta = (DisplayName =
"ComboBox (Key)"), MinimalAPI)
41 UPROPERTY(EditAnywhere, BlueprintReadWrite, Getter, Setter, Category = Style, meta = (DisplayName = "Style"))
46 UPROPERTY(EditAnywhere, BlueprintReadWrite, Getter, Setter, Category = Style)
51 UPROPERTY(EditAnywhere, BlueprintReadOnly, Getter, Category="Style")
56 UPROPERTY(EditAnywhere, BlueprintReadOnly, Getter, Category = Style, meta = (DesignerRebuild))
60 UPROPERTY(EditAnywhere, BlueprintReadWrite, Getter, Setter, Category = Style)
65 UPROPERTY(EditAnywhere, BlueprintReadWrite, Getter, Setter, Category = Style, AdvancedDisplay)
73 UPROPERTY(EditAnywhere, BlueprintReadWrite, Getter = "
IsHasDownArrow", Setter = "SetHasDownArrow", Category = Style, AdvancedDisplay)
86 UPROPERTY(EditAnywhere, BlueprintReadOnly, Getter = "IsFocusable", Category = Style)
92 UPROPERTY(EditAnywhere, Category = Events, meta = (IsBindableEvent = "
True"))
96 UPROPERTY(EditAnywhere, Category = Events, meta = (IsBindableEvent = "
True"))
100 UPROPERTY(BlueprintAssignable, Category = Events)
104 UPROPERTY(BlueprintAssignable, Category = Events)
136 UFUNCTION(BlueprintCallable, Category = "
ComboBox", Meta = (ReturnDisplayName = "bOpen"))
183 UMG_API bool IsFocusable() const;
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
#define DECLARE_DYNAMIC_MULTICAST_DELEGATE_TwoParams(DelegateName, Param1Type, Param1Name, Param2Type, Param2Name)
Definition DelegateCombinations.h:62
#define DECLARE_DYNAMIC_MULTICAST_DELEGATE(DelegateName)
Definition DelegateCombinations.h:38
#define DECLARE_DYNAMIC_DELEGATE_RetVal_OneParam(ReturnValueType, DelegateName, Param1Type, Param1Name)
Definition DelegateCombinations.h:55
#define UPROPERTY(...)
UObject definition macros.
Definition ObjectMacros.h:744
#define GENERATED_BODY(...)
Definition ObjectMacros.h:765
#define UFUNCTION(...)
Definition ObjectMacros.h:745
#define UCLASS(...)
Definition ObjectMacros.h:776
Definition NameTypes.h:617
Definition SharedPointer.h:692
Definition SharedPointer.h:153
Definition SlateEnums.h:309
Type
Definition SlateEnums.h:311
Definition SlateTypes.h:742
Definition SlateColor.h:42
Definition SlateTypes.h:1641