CreatePointCloudFromFile

Overload list

Windows
MacOS
Linux
Name Description

Public function Static UFunction BlueprintCallable, Category, Meta

void

 

CreatePointCloudFromFile

(
    UObject* WorldContextObject,
    const FString& Filename,
    bool bUseAsync,
    FLatentActionInfo LatentInfo,
    ELidarPointCloudAsyncMode& AsyncMo...,
    float& Progress,
    ULidarPointCloud*& PointCloud
)

Returns new Point Cloud object imported using default settings.

Public function Static

void

 

CreatePointCloudFromFile

(
    UObject* WorldContextObject,
    const FString& Filename,
    bool bUseAsync,
    FLatentActionInfo LatentInfo,
    TSharedPtr< struct FLidarPointCloud...,
    ELidarPointCloudAsyncMode& AsyncMo...,
    float& Progress,
    ULidarPointCloud*& PointCloud
)

Returns new Point Cloud object imported using default settings.

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