ULidarPointCloudFileIO::Import

Automatically detects correct format and performs the import.

Windows
MacOS
Linux

References

Module

LidarPointCloudRuntime

Header

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

Include

#include "IO/LidarPointCloudFileIO.h"

Source

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

Syntax

static bool Import
(
    const FString & Filename,
    TSharedPtr< FLidarPointCloudImportSettings > ImportSettings,
    FLidarPointCloudImportResults & OutImportResults
)

Remarks

Automatically detects correct format and performs the import. Returns true if the import was successful.

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