Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that breaks a 'PSDFile Layer' into its member fields
Inputs
| Type | Name | Description |
|---|---|---|
| struct | PSDFile Layer |
Outputs
| Type | Name | Description |
|---|---|---|
| struct | Id | Index, Name tuple. |
| enum | Type | |
| struct | Bounds | Bounds of the layer. |
| boolean | Is Visible | Visibility state of the layer. |
| enum | Blend Mode | The blending mode applied to the layer. |
| real | Opacity | Opacity level of the layer, value ranging from 0.0 (fully transparent) to 1.0 (fully opaque). |
| boolean | Is Supported Layer Type | A flag indicating whether the layer's type is supported. |
| enum | Import Operation | User specified import operation/option. |
| struct | Mask Bounds | Bounds of the mask. |
| real | Mask Default Value | Value of the mask outside the bounds. |
| byte | Clipping | Whether this is a clipping layer. |