Navigation
Unreal Engine C++ API Reference > Plugins > GLTFCore
Inheritance Hierarchy
- FMaterialExpression
- FMaterialExpressionFunctionCall
- FMaterialExpressionGeneric
- FMaterialExpressionParameter
- FMaterialExpressionColor
- FMaterialExpressionScalar
- FMaterialExpressionTexture
- FMaterialExpressionTextureCoordinate
References
Module | GLTFCore |
Header | /Engine/Plugins/Interchange/Runtime/Source/Parsers/GLTFCore/Public/GLTFMaterialExpressions.h |
Include | #include "GLTFMaterialExpressions.h" |
Syntax
class FMaterialExpression
Variables
Type | Name | Description | |
---|---|---|---|
EMaterialExpressionType | Type |
Constructors
Type | Name | Description | |
---|---|---|---|
FMaterialExpression
(
const FMaterialExpression& Expr |
|||
FMaterialExpression
(
int Type |
Destructors
Type | Name | Description | |
---|---|---|---|
Functions
Type | Name | Description | |
---|---|---|---|
void | ConnectExpression
(
FMaterialExpressionInput& ExpressionInput, |
||
FMaterialExpressionInput * | GetInput
(
int32 Index |
||
int32 | |||
EMaterialExpressionType | GetType () |
||
bool | IsA () |