25 UE_DEPRECATED(5.1,
"Direct access to NumberOfPieces is deprecated. Please use the getter or setter.")
27 UPROPERTY(EditAnywhere, BlueprintReadWrite, Getter, Setter, BlueprintSetter=
"SetNumberOfPieces", Category=
Appearance, meta=( ClampMin=
"1", ClampMax=
"25", UIMin=
"1", UIMax=
"25" ))
32 UPROPERTY(EditAnywhere, BlueprintReadWrite, Getter="IsAnimateHorizontally", Setter="SetAnimateHorizontally", BlueprintSetter = "SetAnimateHorizontally", Category =
Appearance)
33 bool bAnimateHorizontally;
37 UPROPERTY(EditAnywhere, BlueprintReadWrite, Getter="IsAnimateVertically", Setter="SetAnimateVertically", BlueprintSetter="SetAnimateVertically", Category =
Appearance)
38 bool bAnimateVertically;
42 UPROPERTY(EditAnywhere, BlueprintReadWrite, Getter="IsAnimateOpacity", Setter="SetAnimateOpacity", BlueprintSetter="SetAnimateOpacity", Category =
Appearance)
60 UMG_API bool IsAnimateHorizontally() const;
65 UMG_API bool IsAnimateVertically() const;
70 UMG_API bool IsAnimateOpacity() const;
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127