Navigation
Unreal Engine C++ API Reference > Plugins > GLTFCore
References
Module | GLTFCore |
Header | /Engine/Plugins/Interchange/Runtime/Source/Parsers/GLTFCore/Public/GLTFMaterialExpressions.h |
Include | #include "GLTFMaterialExpressions.h" |
Syntax
namespace GLTF
{
enum EMaterialExpressionType
{
ConstantColor,
ConstantScalar,
FunctionCall,
Generic,
Texture,
TextureCoordinate,
}
}
Values
Name | Description |
---|---|
ConstantColor | |
ConstantScalar | |
FunctionCall | |
Generic | |
Texture | |
TextureCoordinate |