Navigation
API > API/Plugins > API/Plugins/LidarPointCloudRuntime
This set of classes is responsible for importing column-based text formats with extensions XYZ, TXT and PTS. Used to help expose the import settings to Blueprints
| Name | FLidarPointCloudImportSettings_ASCII_Columns |
| Type | struct |
| Header File | /Engine/Plugins/Enterprise/LidarPointCloud/Source/LidarPointCloudRuntime/Public/IO/LidarPointCloudFileIO_ASCII.h |
| Include Path | #include "IO/LidarPointCloudFileIO_ASCII.h" |
Syntax
USTRUCT (BlueprintType )
struct FLidarPointCloudImportSettings_ASCII_Columns
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FLidarPointCloudImportSettings_ASCII_Columns() |
IO/LidarPointCloudFileIO_ASCII.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Blue | int32 | Index of a column containing Blue channel. Set to -1 if not available | IO/LidarPointCloudFileIO_ASCII.h |
|
| Green | int32 | Index of a column containing Green channel. Set to -1 if not available | IO/LidarPointCloudFileIO_ASCII.h |
|
| Intensity | int32 | Index of a column containing Intensity channel. Set to -1 if not available | IO/LidarPointCloudFileIO_ASCII.h |
|
| LocationX | int32 | Index of a column containing Location X data | IO/LidarPointCloudFileIO_ASCII.h |
|
| LocationY | int32 | Index of a column containing Location Y data | IO/LidarPointCloudFileIO_ASCII.h |
|
| LocationZ | int32 | Index of a column containing Location Z data | IO/LidarPointCloudFileIO_ASCII.h |
|
| NormalX | int32 | Index of a column containing Normal X data. Set to -1 if not available | IO/LidarPointCloudFileIO_ASCII.h |
|
| NormalY | int32 | Index of a column containing Normal Y data. Set to -1 if not available | IO/LidarPointCloudFileIO_ASCII.h |
|
| NormalZ | int32 | Index of a column containing Normal Z data. Set to -1 if not available | IO/LidarPointCloudFileIO_ASCII.h |
|
| Red | int32 | Index of a column containing Red channel. Set to -1 if not available | IO/LidarPointCloudFileIO_ASCII.h |
|