26 UE_DEPRECATED(5.1,
"Direct access to WidgetStyle is deprecated. Please use the getter or setter.")
28 UPROPERTY(EditAnywhere, BlueprintReadWrite, Getter, Setter, Category=
"Style", meta=( DisplayName=
"Style" ))
33 UPROPERTY(EditAnywhere, BlueprintReadWrite, FieldNotify, Getter, Setter, BlueprintSetter="SetPercent", Category="Progress", meta = (UIMin = "0", UIMax = "1"))
38 UPROPERTY(EditAnywhere, BlueprintReadWrite, Getter, Setter, Category="Progress")
43 UPROPERTY(EditAnywhere, BlueprintReadWrite, Getter, Setter, Category="Progress")
48 UPROPERTY(EditAnywhere, BlueprintReadWrite, FieldNotify, Getter="UseMarquee", Setter="SetIsMarquee", BlueprintSetter="SetIsMarquee", Category="Progress")
53 UPROPERTY(EditAnywhere, BlueprintReadWrite, Getter, Setter, Category="Progress")
62 UPROPERTY(EditAnywhere, BlueprintReadWrite, FieldNotify, Getter, Setter, BlueprintSetter="SetFillColorAndOpacity", Category="
Appearance")
78 UMG_API float GetPercent() const;
81 UFUNCTION(BlueprintCallable, Category="Progress")
97 UMG_API bool UseMarquee() const;
100 UFUNCTION(BlueprintCallable, Category="Progress")
113 UFUNCTION(BlueprintCallable, Category="Progress")
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127