Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FMaterialVirtualTextureStack
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void GetTextureValue
(
const FMaterialRenderContext& Context, |
Get the URuntimeVirtualTexture object if one was used to initialize this stack. | MaterialShared.h | |
void GetTextureValue
(
const FMaterialRenderContext& Context, |
Get the USparseVolumeTexture object if one was used to initialize this stack. | MaterialShared.h |
GetTextureValue(const FMaterialRenderContext &, const FUniformExpressionSet &, const URuntimeVirtualTexture *&)
Description
Get the URuntimeVirtualTexture object if one was used to initialize this stack.
| Name | GetTextureValue |
| 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 GetTextureValue
(
const FMaterialRenderContext & Context,
const FUniformExpressionSet & UniformExpressionSet,
const URuntimeVirtualTexture *& OutValue
) const
GetTextureValue(const FMaterialRenderContext &, const FUniformExpressionSet &, const USparseVolumeTexture *&)
Description
Get the USparseVolumeTexture object if one was used to initialize this stack.
| Name | GetTextureValue |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/MaterialShared.h |
| Include Path | #include "MaterialShared.h" |
void GetTextureValue
(
const FMaterialRenderContext & Context,
const FUniformExpressionSet & UniformExpressionSet,
const USparseVolumeTexture *& OutValue
) const