Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that breaks a 'Canvas UVTri' into its member fields
Inputs
| Type | Name | Description |
|---|---|---|
| struct | Canvas UVTri |
Outputs
| Type | Name | Description |
|---|---|---|
| vector2d struct | V0 Pos | Position of first vertex |
| vector2d struct | V0 UV | UV of first vertex |
| linearcolor | V0 Color | Color of first vertex |
| vector2d struct | V1 Pos | Position of second vertex |
| vector2d struct | V1 UV | UV of second vertex |
| linearcolor | V1 Color | Color of second vertex |
| vector2d struct | V2 Pos | Position of third vertex |
| vector2d struct | V2 UV | UV of third vertex |
| linearcolor | V2 Color | Color of third vertex |