Struct FunctionExpressionInput
Struct that stores information about a function input which is needed to maintain connections and implement the function call.
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: UE4.Engine
Assembly: UE4DotNet.dll
Syntax
public struct FunctionExpressionInput
Properties
| Improve this Doc View SourceExpressionInput
Reference to the FunctionInput in the material function.
Declaration
public MaterialExpressionFunctionInput ExpressionInput { get; set; }
Property Value
Type | Description |
---|---|
MaterialExpressionFunctionInput |
Remarks
This is a reference to a private object so it can't be saved, and must be generated by UpdateFromFunctionResource or SetMaterialFunction.