FMaterialExpressionGeneric

Windows
MacOS
Linux

Inheritance Hierarchy

FMaterialExpression

FMaterialExpressionGeneric

References

Module

GLTFCore

Header

/Engine/Plugins/Editor/GLTFImporter/Source/GLTFCore/Public/GLTFMaterialExpressions.h

Include

#include "GLTFMaterialExpressions.h"

Syntax

class FMaterialExpressionGeneric : public GLTF::FMaterialExpression

Constructors

Name Description

Public function

FMaterialExpressionGeneric()

Functions

Name Description

Public function Const

const TMap< ...

 

GetBoolProperties()

Public function Const

const TCHAR ...

 

GetExpressionName()

Public function Const

const TMap< ...

 

GetFloatProperties()

Public function

void

 

SetBoolProperty

(
    const TCHAR* Name,
    bool Value
)

Public function

void

 

SetExpressionName

(
    const TCHAR* InExpressionName
)

Public function

void

 

SetFloatProperty

(
    const TCHAR* Name,
    float Value
)

Overridden from FMaterialExpression

Name Description

Public function Virtual

FMaterialExp...

 

GetInput

(
    int32 Index
)

Public function Virtual Const

int32

 

GetInputCount()

Constants

Name

Description

Type

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