ULidarPointCloudFileIO_LAS

Inherits from [UBlueprintFunctionLibrary](API\Runtime\Engine\Kismet\UBlueprintFunctionLibrary) to allow exposure to Blueprint Library in the same class.

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

LidarPointCloudRuntime

Header

/Engine/Plugins/Enterprise/LidarPointCloud/Source/LidarPointCloudRuntime/Public/IO/LidarPointCloudFileIO_LAS.h

Include

#include "IO/LidarPointCloudFileIO_LAS.h"

Syntax

[UCLASS](Programming/UnrealArchitecture/Reference/Classes#classdeclaration)()
class ULidarPointCloudFileIO_LAS :
    public UBlueprintFunctionLibrary,
    public FLidarPointCloudFileIOHandler

Remarks

Inherits from UBlueprintFunctionLibrary to allow exposure to Blueprint Library in the same class.

Constructors

Name Description

Public function

ULidarPointCloudFileIO_LAS()

Overridden from FLidarPointCloudFileIOHandler

Name Description

Public function Virtual

TSharedPtr< ...

 

GetImportSettings

(
    const FString& Filename
)

Returns a shared pointer for the import settings of this importer.

Public function Virtual

bool

 

HandleExport

(
    const FString& Filename,
    ULidarPointCloud* PointCloud
)

These will actually be called to process the export of the asset.

Public function Virtual

bool

 

HandleImport

(
    const FString& Filename,
    TSharedPtr< FLidarPointCloudImportS...,
    FLidarPointCloudImportResults& Out...
)

This is what will actually be called to process the import of the file.

Public function Virtual Const

bool

 

SupportsExport()

Must return true if the handler supports exporting.

Public function Virtual Const

bool

 

SupportsImport()

Must return true if the handler supports importing.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss