![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <MaterialExpressionMaterialFunctionCall.h>
Public Member Functions | |
| FFunctionExpressionInput () | |
Public Attributes | |
| TObjectPtr< class UMaterialExpressionFunctionInput > | ExpressionInput |
| FGuid | ExpressionInputId |
| FExpressionInput | Input |
Struct that stores information about a function input which is needed to maintain connections and implement the function call.
|
inline |
| TObjectPtr<class UMaterialExpressionFunctionInput> FFunctionExpressionInput::ExpressionInput |
Reference to the FunctionInput 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 FFunctionExpressionInput::ExpressionInputId |
Id of the FunctionInput, used to link ExpressionInput.
| FExpressionInput FFunctionExpressionInput::Input |
Actual input struct which stores information about how this input is connected in the material.