![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <MaterialExpressionMaterialFunctionCall.h>
Public Member Functions | |
| FFunctionExpressionOutput () | |
Public Attributes | |
| TObjectPtr< class UMaterialExpressionFunctionOutput > | ExpressionOutput |
| FGuid | ExpressionOutputId |
| FExpressionOutput | Output |
Struct that stores information about a function output which is needed to maintain connections and implement the function call.
|
inline |
| 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.
| FGuid FFunctionExpressionOutput::ExpressionOutputId |
Id of the FunctionOutput, used to link ExpressionOutput.
| FExpressionOutput FFunctionExpressionOutput::Output |
Actual output struct which stores information about how this output is connected in the material.