19 ENGINE_API virtual void UpdateCachedData()
override;
23 UFUNCTION(BlueprintCallable, meta=(Keywords =
"SetFloatParameterValue"), Category=
"Rendering|Material")
27 UFUNCTION(BlueprintCallable, meta = (Keywords =
"SetFloatParameterValue"), Category =
"Rendering|Material")
40 UFUNCTION(BlueprintCallable, meta = (Keywords =
"SetFloatParameterValue"), Category =
"Rendering|Material")
47 UFUNCTION(BlueprintCallable, meta = (Keywords =
"SetFloatParameterValue"), Category =
"Rendering|Material")
56 UFUNCTION(BlueprintCallable, meta=(DisplayName =
"Get Scalar Parameter Value", ScriptName =
"GetScalarParameterValue", Keywords =
"GetFloatParameterValue"), Category=
"Rendering|Material")
60 UFUNCTION(BlueprintCallable, meta = (DisplayName =
"Get Scalar Parameter Value By Info", ScriptName =
"GetScalarParameterValueByInfo", Keywords =
"GetFloatParameterValue"), Category =
"Rendering|Material")
64 UFUNCTION(BlueprintCallable, Category=
"Rendering|Material")
68 UFUNCTION(BlueprintCallable, Category =
"Rendering|Material")
72 UFUNCTION(BlueprintCallable, Category =
"Rendering|Material")
76 UFUNCTION(BlueprintCallable, Category =
"Rendering|Material")
80 UFUNCTION(BlueprintCallable, Category =
"Rendering|Material")
84 UFUNCTION(BlueprintCallable, meta=(DisplayName =
"Get Texture Parameter Value", ScriptName =
"GetTextureParameterValue"), Category=
"Rendering|Material")
88 UFUNCTION(BlueprintCallable, meta = (DisplayName =
"Get Texture Parameter Value By Info", ScriptName =
"GetTextureParameterValueByInfo"), Category =
"Rendering|Material")
92 UFUNCTION(BlueprintCallable, Category=
"Rendering|Material")
96 UFUNCTION(BlueprintCallable, Category =
"Rendering|Material")
100 UFUNCTION(BlueprintCallable, meta = (DisplayName =
"Get Texture Collection Parameter Value By Info", ScriptName =
"GetTextureCollectionParameterValueByInfo"), Category =
"Rendering|Material")
104 UFUNCTION(BlueprintCallable, meta=(DisplayName =
"Get Texture Collection Parameter Value", ScriptName =
"GetTextureCollectionParameterValue"), Category=
"Rendering|Material")
108 UFUNCTION(BlueprintCallable, meta=(Keywords =
"SetColorParameterValue"), Category=
"Rendering|Material")
116 UFUNCTION(BlueprintCallable, meta = (Keywords =
"SetVectorParameterValue"), Category =
"Rendering|Material")
120 UFUNCTION(BlueprintCallable, meta = (Keywords =
"SetColorParameterValue"), Category =
"Rendering|Material")
127 UFUNCTION(BlueprintCallable, meta=(DisplayName =
"Get Vector Parameter Value", ScriptName =
"GetVectorParameterValue", Keywords =
"GetColorParameterValue"), Category=
"Rendering|Material")
131 UFUNCTION(BlueprintCallable, meta = (DisplayName =
"Get VectorParameter Value By Info", ScriptName =
"GetVectorParameterValueByInfo", Keywords =
"GetColorParameterValue"), Category =
"Rendering|Material")
143 UFUNCTION(BlueprintCallable, meta=(DisplayName =
"Interpolate Material Instance Parameters", ScriptName =
"InterpolateMaterialInstanceParameters"), Category=
"Rendering|Material")
153 UFUNCTION(BlueprintCallable, meta=(DisplayName =
"Copy Material Instance Parameters", ScriptName =
"CopyMaterialInstanceParameters"), Category=
"Rendering|Material")
170 UFUNCTION(meta=(DisplayName =
"Copy Interp Parameters"), Category=
"Rendering|Material")
193 UFUNCTION(BlueprintCallable, meta=(DisplayName =
"Copy Parameter Overrides"), Category=
"Rendering|Material")
200 UE_DEPRECATED(5.7,
"Please use CopyScalarAndVectorParameters with EShaderPlatform argument and not ERHIFeatureLevel::Type")
206 virtual bool HasOverridenBaseProperties()
const override{
return false; }
209 ENGINE_API virtual float GetOpacityMaskClipValue()
const override;
210 ENGINE_API virtual bool GetCastDynamicShadowAsMasked()
const override;
212 ENGINE_API virtual bool IsShadingModelFromMaterialExpression()
const override;
214 ENGINE_API virtual bool IsTwoSided()
const override;
215 ENGINE_API virtual bool IsThinSurface()
const override;
216 ENGINE_API virtual bool IsTranslucencyWritingVelocity()
const override;
217 ENGINE_API virtual bool IsDitheredLODTransition()
const override;
218 ENGINE_API virtual bool IsMasked()
const override;
220 ENGINE_API virtual bool IsDisplacementFadeEnabled()
const override;
222 ENGINE_API virtual float GetMaxWorldPositionOffsetDisplacement()
const override;
223 ENGINE_API virtual bool HasPixelAnimation()
const override;
Definition RuntimeVirtualTexture.h:18
Definition SparseVolumeTexture.h:309
Definition TextureCollection.h:47
Definition Texture.h:1219