Navigation
API > API/Plugins > API/Plugins/GLTFCore
Inheritance Hierarchy
- FMaterialExpression
- FMaterialExpressionParameter
- FMaterialExpressionColor
- FMaterialExpressionScalar
- FMaterialExpressionTexture
References
| Module | GLTFCore |
| Header | /Engine/Plugins/Interchange/Runtime/Source/Parsers/GLTFCore/Public/GLTFMaterialExpressions.h |
| Include | #include "GLTFMaterialExpressions.h" |
Syntax
class FMaterialExpressionParameter : public GLTF::FMaterialExpression
Constructors
| Type | Name | Description | |
|---|---|---|---|
FMaterialExpressionParameter
(
int Type |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| const TCHAR * | GetGroupName () |
||
| const TCHAR * | GetName () |
||
| void | SetGroupName
(
const TCHAR* GroupName |
||
| void | SetName
(
const TCHAR* Name |