Navigation
API > API/Runtime > API/Runtime/Engine
Inheritance Hierarchy
- FExpressionInput
- FMaterialAttributesInput
- FMaterialInput
- FColorMaterialInput
- FScalarMaterialInput
- FShadingModelMaterialInput
- FStrataMaterialInput
- FVector2MaterialInput
- FVectorMaterialInput
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/MaterialExpressionIO.h |
| Include | #include "MaterialExpressionIO.h" |
Syntax
struct FExpressionInput
Remarks
Variables
| Type | Name | Description | |
|---|---|---|---|
| UMaterialExpression * | Expression | Material expression that this input is connected to, or NULL if not connected. | |
| FName | InputName | Optional name of the input. | |
| int32 | Mask | ||
| int32 | MaskA | ||
| int32 | MaskB | ||
| int32 | MaskG | ||
| int32 | MaskR | ||
| int32 | OutputIndex | Index into Expression's outputs array that this input is connected to. |
Constructors
| Type | Name | Description | |
|---|---|---|---|