Navigation
API > API/Plugins > API/Plugins/LidarPointCloudRuntime
| Name | ULidarPointCloudFileIO_LAS |
| Type | class |
| Header File | /Engine/Plugins/Enterprise/LidarPointCloud/Source/LidarPointCloudRuntime/Public/IO/LidarPointCloudFileIO_LAS.h |
| Include Path | #include "IO/LidarPointCloudFileIO_LAS.h" |
Syntax
UCLASS ()
class ULidarPointCloudFileIO_LAS :
public UObject,
public FLidarPointCloudFileIOHandler
Inheritance Hierarchy
- FLidarPointCloudFileIOHandler → ULidarPointCloudFileIO_LAS
- UObjectBase → UObjectBaseUtility → UObject → ULidarPointCloudFileIO_LAS
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
ULidarPointCloudFileIO_LAS() |
IO/LidarPointCloudFileIO_LAS.h |
Functions
Public
Overridden from FLidarPointCloudFileIOHandler
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TSharedPtr< FLidarPointCloudImportSettings > GetImportSettings
(
const FString& Filename |
Returns a shared pointer for the import settings of this importer. | IO/LidarPointCloudFileIO_LAS.h | |
virtual bool HandleExport
(
const FString& Filename, |
These will actually be called to process the export of the asset. | IO/LidarPointCloudFileIO_LAS.h | |
virtual bool HandleImport
(
const FString& Filename, |
This is what will actually be called to process the import of the file. | IO/LidarPointCloudFileIO_LAS.h | |
virtual bool SupportsConcurrentInsertion
(
const FString& Filename |
Returns true if the given file supports importing and building an octree concurrently. | IO/LidarPointCloudFileIO_LAS.h | |
virtual bool SupportsExport() |
Must return true if the handler supports exporting. | IO/LidarPointCloudFileIO_LAS.h | |
virtual bool SupportsImport() |
Must return true if the handler supports importing. | IO/LidarPointCloudFileIO_LAS.h |