FFunctionExpressionOutput

Struct that stores information about a function output which is needed to maintain connections and implement the function call.

Windows
MacOS
Linux

References

Module

Engine

Header

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

Include

#include "Materials/MaterialExpressionMaterialFunctionCall.h"

Syntax

struct FFunctionExpressionOutput

Remarks

Struct that stores information about a function output which is needed to maintain connections and implement the function call.

Variables

Name Description

Public variable

UMaterialExpres...

 

ExpressionOutput

Reference to the FunctionOutput in the material function.

Public variable

FGuid

 

ExpressionOutputId

Id of the FunctionOutput, used to link ExpressionOutput.

Public variable

FExpressionOutp...

 

Output

Actual output struct which stores information about how this output is connected in the material.

Constructors

Name Description

Public function

FFunctionExpressionOutput()

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