Navigation
API > API/Plugins > API/Plugins/GLTFCore
| Name | FMaterialExpressionTexture |
| Type | class |
| Header File | /Engine/Plugins/Interchange/Runtime/Source/Parsers/GLTFCore/Public/GLTFMaterialExpressions.h |
| Include Path | #include "GLTFMaterialExpressions.h" |
Syntax
class FMaterialExpressionTexture : public GLTF::FMaterialExpressionParameter
Inheritance Hierarchy
- FMaterialExpression → FMaterialExpressionParameter → FMaterialExpressionTexture
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FMaterialExpressionTexture() |
GLTFMaterialExpressions.h |
Enums
Public
| Name | Remarks |
|---|---|
| FMaterialExpressionTexture |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| InputCoordinate | FMaterialExpressionInput | GLTFMaterialExpressions.h | ||
| Texture | ITextureElement * | GLTFMaterialExpressions.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FMaterialExpressionInput & GetInputCoordinate() |
GLTFMaterialExpressions.h | ||
ITextureElement * GetTexture() |
GLTFMaterialExpressions.h | ||
void SetTexture
(
ITextureElement* InTexture |
GLTFMaterialExpressions.h |
Overridden from FMaterialExpression
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FMaterialExpressionInput * GetInput
(
int32 Index |
GLTFMaterialExpressions.h | ||
virtual int32 GetInputCount() |
GLTFMaterialExpressions.h |