Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that breaks a 'Draw Debug Line Style' into its member fields
Inputs
| Type | Name | Description |
|---|---|---|
| struct | Draw Debug Line Style |
Outputs
| Type | Name | Description |
|---|---|---|
| enum | Line Type | Line style to draw with |
| real | Thickness | Thickness of the line. Set to 0.0 for pixel-sized lines. |
| linearcolor | Color | Color of the line. Alpha controls the opacity. |
| real | Dash Width | Width of the dashes when using dashed style. |
| real | Dash Spacing | Spacing of the dashes when using dashed style. |
| real | Dot Spacing | Spacing of the dots when using dotted style. |