Navigation
Unreal Engine C++ API Reference > Runtime > Engine > Materials > UMaterialExpressionTextureSampleParameterCubeArray
- UMaterialExpressionTextureSampleParameter::TextureIsValid()
- UMaterialExpressionTextureSampleParameterCubeArray::TextureIsValid()
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionTextureSampleParameterCubeArray.h |
Include | #include "Materials/MaterialExpressionTextureSampleParameterCubeArray.h" |
Source | /Engine/Source/Runtime/Engine/Private/Materials/MaterialExpressions.cpp |
virtual bool TextureIsValid
&40;
UTexture &42; InTexture,
FString & OutMessage
&41;
Remarks
Return true if the texture is a movie texture true/false
Parameters
Name | Description |
---|---|
InTexture | texture to test |
OutMessage | if texture isn't valid, gives a description of the problem |