UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FFunctionExpressionOutput Struct Reference

#include <MaterialExpressionMaterialFunctionCall.h>

Public Member Functions

 FFunctionExpressionOutput ()
 

Public Attributes

TObjectPtr< class UMaterialExpressionFunctionOutputExpressionOutput
 
FGuid ExpressionOutputId
 
FExpressionOutput Output
 

Detailed Description

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

Constructor & Destructor Documentation

◆ FFunctionExpressionOutput()

FFunctionExpressionOutput::FFunctionExpressionOutput ( )
inline

Member Data Documentation

◆ ExpressionOutput

TObjectPtr<class UMaterialExpressionFunctionOutput> FFunctionExpressionOutput::ExpressionOutput

Reference to the FunctionOutput in the material function.
This is a reference to a private object so it can't be saved, and must be generated by UpdateFromFunctionResource or SetMaterialFunction.

◆ ExpressionOutputId

FGuid FFunctionExpressionOutput::ExpressionOutputId

Id of the FunctionOutput, used to link ExpressionOutput.

◆ Output

FExpressionOutput FFunctionExpressionOutput::Output

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


The documentation for this struct was generated from the following file: