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

#include <MaterialExpressionMaterialFunctionCall.h>

Public Member Functions

 FFunctionExpressionInput ()
 

Public Attributes

TObjectPtr< class UMaterialExpressionFunctionInputExpressionInput
 
FGuid ExpressionInputId
 
FExpressionInput Input
 

Detailed Description

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

Constructor & Destructor Documentation

◆ FFunctionExpressionInput()

FFunctionExpressionInput::FFunctionExpressionInput ( )
inline

Member Data Documentation

◆ ExpressionInput

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.

◆ ExpressionInputId

FGuid FFunctionExpressionInput::ExpressionInputId

Id of the FunctionInput, used to link ExpressionInput.

◆ Input

FExpressionInput FFunctionExpressionInput::Input

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


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