Navigation
API > API/Developer > API/Developer/DatasmithFacade > API/Developer/DatasmithFacade/FDatasmithFacadeMaterialExpressi-
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void ConnectExpression
(
FDatasmithFacadeExpressionInput& ExpressionInput |
Connects the default output to an expression input | DatasmithFacadeUEPbrMaterial.h | |
void ConnectExpression
(
FDatasmithFacadeExpressionInput& ExpressionInput, |
Connects a specific output to an expression input | DatasmithFacadeUEPbrMaterial.h |
ConnectExpression(FDatasmithFacadeExpressionInput &)
Description
Connects the default output to an expression input
| Name | ConnectExpression |
| Type | function |
| Header File | /Engine/Source/Developer/Datasmith/DatasmithFacade/Public/DatasmithFacadeUEPbrMaterial.h |
| Include Path | #include "DatasmithFacadeUEPbrMaterial.h" |
| Source | /Engine/Source/Developer/Datasmith/DatasmithFacade/Private/DatasmithFacadeUEPbrMaterial.cpp |
void ConnectExpression
(
FDatasmithFacadeExpressionInput & ExpressionInput
)
ConnectExpression(FDatasmithFacadeExpressionInput &, int32)
Description
Connects a specific output to an expression input
| Name | ConnectExpression |
| Type | function |
| Header File | /Engine/Source/Developer/Datasmith/DatasmithFacade/Public/DatasmithFacadeUEPbrMaterial.h |
| Include Path | #include "DatasmithFacadeUEPbrMaterial.h" |
| Source | /Engine/Source/Developer/Datasmith/DatasmithFacade/Private/DatasmithFacadeUEPbrMaterial.cpp |
void ConnectExpression
(
FDatasmithFacadeExpressionInput & ExpressionInput,
int32 OutputIndex
)