GLTF::EMaterialExpressionType

Windows
MacOS
Linux

References

Module

GLTFCore

Header

/Engine/Plugins/Editor/GLTFImporter/Source/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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss