UMaterialExpressionTextureProperty::GetTexturesForceMaterialRecompile

Fill the array with all textures dependence that should trig a recompile of the material.

Windows
MacOS
Linux

Override Hierarchy

UMaterialExpression::GetTexturesForceMaterialRecompile()

UMaterialExpressionTextureProperty::GetTexturesForceMaterialRecompile()

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionTextureProperty.h

Include

#include "Materials/MaterialExpressionTextureProperty.h"

Source

/Engine/Source/Runtime/Engine/Private/Materials/MaterialExpressions.cpp

Syntax

virtual void GetTexturesForceMaterialRecompile
(
    TArray< UTexture * > & Textures
) const

Remarks

Fill the array with all textures dependence that should trig a recompile of the material.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss