31 UE_DEPRECATED(5.2,
"Direct access to bRetainRender is deprecated. Please use the getter or setter.")
32 UPROPERTY(EditAnywhere, BlueprintReadWrite, Setter =
"SetRetainRendering", Getter =
"IsRetainRendering", BlueprintSetter =
"SetRetainRendering", Category =
"Render Rules")
41 UPROPERTY(EditAnywhere, BlueprintReadOnly, Getter = "IsRenderOnInvalidation", Category = "
Render Rules", meta = (EditCondition = bRetainRender))
42 bool RenderOnInvalidation;
48 UPROPERTY(EditAnywhere, BlueprintReadOnly, Getter = "IsRenderOnPhase", Category = "
Render Rules", meta = (EditCondition = bRetainRender))
59 UPROPERTY(EditAnywhere, BlueprintReadOnly, Getter, Category="
Render Rules", meta=(UIMin=0, ClampMin=0))
71 UPROPERTY(EditAnywhere, BlueprintReadOnly, Getter, Category="
Render Rules", meta=(UIMin=1, ClampMin=1))
115 UMG_API bool IsRetainRendering() const;
130 UMG_API bool IsRenderOnInvalidation() const;
135 UMG_API bool IsRenderOnPhase() const;
147 UE_DEPRECATED(5.2,
"Direct access to EffectMaterial is deprecated. Please use the getter or setter.")
156 UPROPERTY(EditAnywhere, BlueprintReadWrite, Getter = "GetEffectMaterialInterface", Setter, BlueprintSetter = "SetEffectMaterial", Category = "Effect")
166#if WITH_EDITORONLY_DATA
170 UPROPERTY(EditAnywhere, BlueprintReadOnly, Category=
"Effect", meta = (EditCondition = bRetainRender))
181 UMG_API virtual void SynchronizeProperties()
override;
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
void SetTextureParameter(FRHIBatchedShaderParameters &BatchedParameters, const FShaderResourceParameter &Parameter, FRHITexture *TextureRHI)
Definition ShaderParameterUtils.h:77