UMaterialExpression::ConnectExpression

Connects the specified input expression to the specified output of this expression.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpression.h

Include

#include "Materials/MaterialExpression.h"

Source

/Engine/Source/Runtime/Engine/Private/Materials/MaterialExpressions.cpp

Syntax

void ConnectExpression
(
    FExpressionInput * Input,
    int32 OutputIndex
)

Remarks

Connects the specified input expression to the specified output of this expression.

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