Navigation
Unreal Engine C++ API Reference > Runtime > Engine > Materials
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
Type | Name | Description | |
---|---|---|---|
![]() |
TObjectPtr< class UMaterialExpressionFunctionOutput > | ExpressionOutput | Reference to the FunctionOutput in the material function. |
![]() |
FGuid | ExpressionOutputId | Id of the FunctionOutput, used to link ExpressionOutput. |
![]() |
FExpressionOutput | Output | Actual output struct which stores information about how this output is connected in the material. |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |