Navigation
API > API/Plugins > API/Plugins/LidarPointCloudRuntime > API/Plugins/LidarPointCloudRuntime/IO
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- ULidarPointCloudFileIO_LAS
References
| Module | LidarPointCloudRuntime |
| Header | /Engine/Plugins/Enterprise/LidarPointCloud/Source/LidarPointCloudRuntime/Public/IO/LidarPointCloudFileIO_LAS.h |
| Include | #include "IO/LidarPointCloudFileIO_LAS.h" |
Syntax
UCLASS&40;&41;
class ULidarPointCloudFileIO_LAS :
public UObject,
public FLidarPointCloudFileIOHandler
Constructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from FLidarPointCloudFileIOHandler
| 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 | 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. |