Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Materials
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/Materials/MaterialExpressionMaterialFunctionCall.h |
| Include | #include "Materials/MaterialExpressionMaterialFunctionCall.h" |
Syntax
USTRUCT ()
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 | |
|---|---|---|---|