ULidarPointCloud::CreateFromFile

Returns new Point Cloud object imported using the settings provided.

Windows
MacOS
Linux

References

Module

LidarPointCloudRuntime

Header

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

Include

#include "LidarPointCloud.h"

Syntax

static ULidarPointCloud * CreateFromFile
(
    const FString & Filename,
    TSharedPtr< struct FLidarPointCloudImportSettings > ImportSettings,
    UObject * InParent,
    FName InName,
    EObjectFlags Flags
)

Remarks

Returns new Point Cloud object imported using the settings provided. Use nullptr as ImportSettings parameter to use default set of settings instead.

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