Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FMaterialTextureParameterInfo
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void GetGameThreadTextureValue
(
const UMaterialInterface* MaterialInterface, |
MaterialShared.h | ||
void GetGameThreadTextureValue
(
const UMaterialInterface* MaterialInterface, |
MaterialShared.h |
GetGameThreadTextureValue(const UMaterialInterface , const FMaterial &, UTexture &)
| Name | GetGameThreadTextureValue |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/MaterialShared.h |
| Include Path | #include "MaterialShared.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Materials/MaterialUniformExpressions.cpp |
void GetGameThreadTextureValue
(
const UMaterialInterface * MaterialInterface,
const FMaterial & Material,
UTexture *& OutValue
) const
GetGameThreadTextureValue(const UMaterialInterface , const FMaterial &, USparseVolumeTexture &)
| Name | GetGameThreadTextureValue |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/MaterialShared.h |
| Include Path | #include "MaterialShared.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Materials/MaterialUniformExpressions.cpp |
void GetGameThreadTextureValue
(
const UMaterialInterface * MaterialInterface,
const FMaterial & Material,
USparseVolumeTexture *& OutValue
) const