37 UE_DEPRECATED(5.2,
"Direct access to WidgetStyle is deprecated. Please use the getter and setter.")
39 UPROPERTY(EditAnywhere, BlueprintReadWrite, Getter =
"GetStyle", Setter =
"SetStyle", BlueprintSetter =
"SetStyle", Category =
"Appearance", meta = (DisplayName =
"Style"))
44 UPROPERTY(EditAnywhere, BlueprintReadWrite, Getter, Setter, BlueprintSetter = "SetColorAndOpacity" , Category="
Appearance", meta=(
sRGB="
true" ))
49 UPROPERTY(EditAnywhere, BlueprintReadWrite, Getter, Setter, BlueprintSetter = "SetBackgroundColor", Category="
Appearance", meta=(
sRGB="
true" ))
54 UPROPERTY(EditAnywhere, BlueprintReadWrite, Getter, Setter, BlueprintSetter = "SetClickMethod", Category="
Interaction", AdvancedDisplay)
59 UPROPERTY(EditAnywhere, BlueprintReadWrite, Getter, Setter, BlueprintSetter = "SetTouchMethod", Category="
Interaction", AdvancedDisplay)
64 UPROPERTY(EditAnywhere, BlueprintReadWrite, Getter, Setter, BlueprintSetter = "SetPressMethod", Category="
Interaction", AdvancedDisplay)
67 UE_DEPRECATED(5.2, "
Direct access to IsFocusable is deprecated. Please use the
getter.")
139 UMG_API bool IsPressed() const;
156 UMG_API bool GetIsFocusable() const;
190 UMG_API void SlateHandlePressed();
191 UMG_API void SlateHandleReleased();
192 UMG_API void SlateHandleHovered();
193 UMG_API void SlateHandleUnhovered();
194 UMG_API void SlateHandleOnReceivedFocus();
195 UMG_API void SlateHandleOnLostFocus();
215#if WITH_ACCESSIBILITY
224 UPROPERTY(EditAnywhere, BlueprintReadOnly, Category=
"Interaction")
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127