Navigation
API > API/Plugins > API/Plugins/LidarPointCloudRuntime > API/Plugins/LidarPointCloudRuntime/IO
Inheritance Hierarchy
- FLidarPointCloudFileIOHandler
- ULidarPointCloudFileIO_ASCII
- ULidarPointCloudFileIO_E57
- ULidarPointCloudFileIO_LAS
References
| Module | LidarPointCloudRuntime |
| Header | /Engine/Plugins/Enterprise/LidarPointCloud/Source/LidarPointCloudRuntime/Public/IO/LidarPointCloudFileIO.h |
| Include | #include "IO/LidarPointCloudFileIO.h" |
Syntax
class FLidarPointCloudFileIOHandler
Remarks
Base type implemented by all file handlers.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bPrecisionCorrected | ||
| double[3] | PrecisionCorrectionOffset | Used for precision loss check and correction. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< FLidarPointCloudImportSettings > | GetImportSettings
(
const FString& Filename |
Returns a shared pointer for the import settings of this importer. | |
| bool | HandleExport
(
const FString& Filename, |
These will actually be called to process the export of the asset. | |
| bool | HandleImport
(
const FString& Filename, |
This is what will actually be called to process the import of the file. | |
| bool | IsSettingsUIDSupported
(
const FString& UID |
Must return true if the provided UID is of supported Import Settings type. | |
| void | Called before importing to prepare the data. | ||
| bool | SupportsConcurrentInsertion
(
const FString& Filename |
Returns true if the given file supports importing and building an octree concurrently. | |
| bool | Must return true if the handler supports exporting. | ||
| bool | Must return true if the handler supports importing. | ||
| bool | ValidateImportSettings
(
TSharedPtr< FLidarPointCloudImportSettings >& ImportSettings, |
Performs validation checks and corrections on the provided ImportSettings object using the given Filename. |