Navigation
API > API/Plugins > API/Plugins/GLTFCore
| Name | FMaterialExpressionFunctionCall |
| Type | class |
| Header File | /Engine/Plugins/Interchange/Runtime/Source/Parsers/GLTFCore/Public/GLTFMaterialExpressions.h |
| Include Path | #include "GLTFMaterialExpressions.h" |
Syntax
class FMaterialExpressionFunctionCall : public GLTF::FMaterialExpression
Inheritance Hierarchy
- FMaterialExpression → FMaterialExpressionFunctionCall
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FMaterialExpressionFunctionCall() |
GLTFMaterialExpressions.h |
Enums
Public
| Name | Remarks |
|---|---|
| FMaterialExpressionFunctionCall |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| FunctionPathName | FString | GLTFMaterialExpressions.h | ||
| Inputs | TArray< FMaterialExpressionInput > | GLTFMaterialExpressions.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const TCHAR * GetFunctionPathName() |
GLTFMaterialExpressions.h | ||
void SetFunctionPathName
(
const TCHAR* InFunctionPathName |
GLTFMaterialExpressions.h |
Overridden from FMaterialExpression
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FMaterialExpressionInput * GetInput
(
int32 Index |
GLTFMaterialExpressions.h | ||
virtual int32 GetInputCount() |
GLTFMaterialExpressions.h |