Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FMaterialVirtualTextureStack
Description
Get the array of UTexture objects for the expressions that in the layers of this stack. Can return nullptr objects for layers that don't hold UTexture2D references.
| Name | GetTextureValues |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/MaterialShared.h |
| Include Path | #include "MaterialShared.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Materials/MaterialShared.cpp |
void GetTextureValues
(
const FMaterialRenderContext & Context,
const FUniformExpressionSet & UniformExpressionSet,
UTexture const ** OutValues
) const