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