30 UE_DEPRECATED(5.2,
"Direct access to WidgetStyle is now deprecated. Use the setter or getter.")
32 UPROPERTY(EditAnywhere, BlueprintReadWrite, Getter = "GetButtonStyle", Setter = "SetButtonStyle", Category =
Appearance, meta = (DisplayName = "Style"))
37 UPROPERTY(EditAnywhere, BlueprintReadWrite, Getter, Setter, Category =
Appearance, meta = (DisplayName = "
Text Style"))
42 UPROPERTY( BlueprintReadWrite, Getter, Setter, BlueprintSetter = "SetSelectedKey", FieldNotify, Category = "Key Selection")
52 UPROPERTY( EditAnywhere, BlueprintReadWrite, Getter, Setter, BlueprintSetter = "SetKeySelectionText", Category =
Appearance )
57 UPROPERTY( EditAnywhere, BlueprintReadWrite, Getter, Setter, BlueprintSetter = "SetNoKeySpecifiedText", Category =
Appearance )
65 UPROPERTY( EditAnywhere, BlueprintReadWrite, Getter = "AllowModifierKeys", Setter = "SetAllowModifierKeys", BlueprintSetter = "SetAllowModifierKeys", Category = "Key Selection")
66 bool bAllowModifierKeys;
70 UPROPERTY( EditAnywhere, BlueprintReadWrite, Getter = "AllowGamepadKeys", Setter = "SetAllowGamepadKeys", BlueprintSetter = "SetAllowGamepadKeys", Category = "Key Selection")
71 bool bAllowGamepadKeys;
74 UPROPERTY(EditAnywhere, BlueprintReadOnly, Category = "Key Selection")
112 UMG_API bool AllowModifierKeys() const;
119 UMG_API bool AllowGamepadKeys() const;
123 UMG_API bool GetIsSelectingKey() const;
133 UE_DEPRECATED(5.2, "SetButtonStyle with pointer type parameter is deprecated. Please
pass a reference
instead.")
159 UMG_API virtual void SynchronizeProperties()
override;
177 void HandleIsSelectingKeyChanged();
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
Definition SlateTypes.h:326