ULidarPointCloudFileIO_LAS::HandleImport

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

Windows
MacOS
Linux

Override Hierarchy

FLidarPointCloudFileIOHandler::HandleImport()

ULidarPointCloudFileIO_LAS::HandleImport()

References

Module

LidarPointCloudRuntime

Header

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

Include

#include "IO/LidarPointCloudFileIO_LAS.h"

Source

/Engine/Plugins/Enterprise/LidarPointCloud/Source/LidarPointCloudRuntime/Private/IO/LidarPointCloudFileIO_LAS.cpp

Syntax

virtual bool HandleImport
(
    const FString & Filename,
    TSharedPtr< FLidarPointCloudImportSettings > ImportSettings,
    FLidarPointCloudImportResults & OutImportResults
)

Remarks

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

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