27 UE_DEPRECATED(5.2,
"Direct access to Stretch is deprecated. Please use the getter or setter.")
29 UPROPERTY(EditAnywhere, BlueprintReadWrite, Setter, Getter, BlueprintSetter =
"SetStretch", Category =
"Stretching")
34 UPROPERTY(EditAnywhere, BlueprintReadWrite, Setter, Getter, BlueprintSetter = "SetStretchDirection", Category = "
Stretching")
39 UPROPERTY(EditAnywhere, BlueprintReadWrite, Setter, Getter, BlueprintSetter = "SetUserSpecifiedScale", Category = "
Stretching")
40 float UserSpecifiedScale;
44 UPROPERTY(EditAnywhere, BlueprintReadWrite, Setter, Getter = "IsIgnoreInheritedScale", BlueprintSetter = "SetIgnoreInheritedScale", Category = "
Stretching")
45 bool IgnoreInheritedScale;
61 UMG_API float GetUserSpecifiedScale() const;
66 UMG_API bool IsIgnoreInheritedScale() const;
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127