Navigation
API > API/Plugins > API/Plugins/GLTFCore
| Name | FMaterialExpressionGeneric |
| Type | class |
| Header File | /Engine/Plugins/Interchange/Runtime/Source/Parsers/GLTFCore/Public/GLTFMaterialExpressions.h |
| Include Path | #include "GLTFMaterialExpressions.h" |
Syntax
class FMaterialExpressionGeneric : public GLTF::FMaterialExpression
Inheritance Hierarchy
- FMaterialExpression → FMaterialExpressionGeneric
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FMaterialExpressionGeneric() |
GLTFMaterialExpressions.h |
Enums
Public
| Name | Remarks |
|---|---|
| FMaterialExpressionGeneric |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| BoolProperties | TMap< FString, bool > | GLTFMaterialExpressions.h | ||
| ExpressionName | FString | GLTFMaterialExpressions.h | ||
| FloatProperties | TMap< FString, float > | GLTFMaterialExpressions.h | ||
| Inputs | TArray< FMaterialExpressionInput > | GLTFMaterialExpressions.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| GLTFMaterialExpressions.h | |||
const TCHAR * GetExpressionName() |
GLTFMaterialExpressions.h | ||
| GLTFMaterialExpressions.h | |||
void SetBoolProperty
(
const TCHAR* Name, |
GLTFMaterialExpressions.h | ||
void SetExpressionName
(
const TCHAR* InExpressionName |
GLTFMaterialExpressions.h | ||
void SetFloatProperty
(
const TCHAR* Name, |
GLTFMaterialExpressions.h |
Overridden from FMaterialExpression
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FMaterialExpressionInput * GetInput
(
int32 Index |
GLTFMaterialExpressions.h | ||
virtual int32 GetInputCount() |
GLTFMaterialExpressions.h |