Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FMaterialCompiler
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int32 ExternalTextureParameter
(
FName ParameterName, |
MaterialCompiler.h | ||
int32 ExternalTextureParameter
(
FName ParameterName, |
MaterialCompiler.h |
ExternalTextureParameter(FName, UTexture *)
| Name | ExternalTextureParameter |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/MaterialCompiler.h |
| Include Path | #include "MaterialCompiler.h" |
int32 ExternalTextureParameter
(
FName ParameterName,
UTexture * DefaultTexture
)
ExternalTextureParameter(FName, UTexture *, int32 &)
| Name | ExternalTextureParameter |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/MaterialCompiler.h |
| Include Path | #include "MaterialCompiler.h" |
int32 ExternalTextureParameter
(
FName ParameterName,
UTexture * DefaultValue,
int32 & TextureReferenceIndex
)