FFunctionExpressionInput

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

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionMaterialFunctionCall.h

Include

#include "Materials/MaterialExpressionMaterialFunctionCall.h"

Syntax

struct FFunctionExpressionInput

Remarks

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

Variables

Name Description

Public variable

UMaterialExpres...

 

ExpressionInput

Reference to the FunctionInput in the material function.

Public variable

FGuid

 

ExpressionInputId

Id of the FunctionInput, used to link ExpressionInput.

Public variable

FExpressionInpu...

 

Input

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

Constructors

Name Description

Public function

FFunctionExpressionInput()

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss