31 UE_DEPRECATED(5.1,
"Direct access to Value is deprecated. Please use the getter or setter.")
33 UPROPERTY(EditAnywhere, BlueprintReadWrite, Getter, Setter, FieldNotify, BlueprintGetter=
"GetValue", BlueprintSetter=
"SetValue", Category=
"Appearance", meta=(UIMin=
"0", UIMax=
"1"))
42 UPROPERTY(EditAnywhere, BlueprintReadWrite, Getter, Setter, BlueprintSetter="SetMinValue", Category="
Appearance")
47 UPROPERTY(EditAnywhere, BlueprintReadWrite, Getter, Setter, BlueprintSetter="SetMaxValue", Category="
Appearance")
53 UPROPERTY(EditAnywhere, BlueprintReadWrite, Getter, Setter, Category="
Style", meta=( DisplayName="
Style" ))
87 bool RequiresControllerLock;
125 UFUNCTION(BlueprintCallable, Category="Behavior")
129 UFUNCTION(BlueprintCallable, Category = "Behavior")
133 UFUNCTION(BlueprintCallable, Category="Behavior")
140 UFUNCTION(BlueprintCallable, Category = "Behavior")
147 UFUNCTION(BlueprintCallable, Category = "Behavior")
163 UMG_API bool HasIndentHandle() const;
166 UFUNCTION(BlueprintCallable, Category="Behavior")
173 UFUNCTION(BlueprintCallable, Category="Behavior")
180 UFUNCTION(BlueprintCallable, Category="Behavior")
218 UMG_API void HandleOnMouseCaptureBegin();
219 UMG_API void HandleOnMouseCaptureEnd();
220 UMG_API void HandleOnControllerCaptureBegin();
221 UMG_API void HandleOnControllerCaptureEnd();
223#if WITH_ACCESSIBILITY