IDatasmithExpressionOutput

Choose your operating system:

Windows

macOS

Linux

Inheritance Hierarchy

ISceneGraphNode

IDatasmithElement

IDatasmithExpressionOutput

References

Module

DatasmithCore

Header

/Engine/Source/Runtime/Datasmith/DatasmithCore/Public/DatasmithMaterialElements.h

Include

#include "DatasmithMaterialElements.h"

Syntax

class IDatasmithExpressionOutput : public IDatasmithElement

Destructors

Deprecated Functions

Name Description

Public function Const

const TCHAR ...

 

GetOutputName()

IDatasmithExpressionOutput now derive from IDatasmithElement, please use GetName() instead

Public function

void

 

SetOutputName

(
    const TCHAR* InOutputName
)

IDatasmithExpressionOutput now derive from IDatasmithElement, please use SetName() instead