Navigation
API > API/Runtime > API/Runtime/Engine
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/MaterialExpressionIO.h |
| Include | #include "MaterialExpressionIO.h" |
Syntax
struct FExpressionOutput
Remarks
Variables
| Type | Name | Description | |
|---|---|---|---|
| int32 | Mask | ||
| int32 | MaskA | ||
| int32 | MaskB | ||
| int32 | MaskG | ||
| int32 | MaskR | ||
| FName | OutputName |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FExpressionOutput
(
int32 InMask, |
|||
FExpressionOutput
(
FName InOutputName, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | SetMask
(
int32 UseMask, |
Helper for setting component mask. |