Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that create a 'Lidar Point Cloud Import Settings ASCII Columns' from its members
Inputs
| Type | Name | Description |
|---|---|---|
| integer | Location X | Index of a column containing Location X data |
| integer | Location Y | Index of a column containing Location Y data |
| integer | Location Z | Index of a column containing Location Z data |
| integer | Red | Index of a column containing Red channel. Set to -1 if not available |
| integer | Green | Index of a column containing Green channel. Set to -1 if not available |
| integer | Blue | Index of a column containing Blue channel. Set to -1 if not available |
| integer | Intensity | Index of a column containing Intensity channel. Set to -1 if not available |
| integer | Normal X | Index of a column containing Normal X data. Set to -1 if not available |
| integer | Normal Y | Index of a column containing Normal Y data. Set to -1 if not available |
| integer | Normal Z | Index of a column containing Normal Z data. Set to -1 if not available |
Outputs
| Type | Name | Description |
|---|---|---|
| struct | Lidar Point Cloud Import Settings ASCII Columns |