InsertPoints

Overload list

Windows
MacOS
Linux
Name Description

Public function UFunction BlueprintCallable, Category

void

 

InsertPoints

(
    const TArray< FLidarPointCloudPoint...,
    ELidarPointCloudDuplicateHandling D...,
    bool bRefreshPointsBounds,
    const FVector& Translation
)

Inserts group of points into the Octree structure, multi-threaded.

Public function

bool

 

InsertPoints

(
    FLidarPointCloudPoint* InPoint...,
    const int64& Count,
    ELidarPointCloudDuplicateHandling D...,
    bool bRefreshPointsBounds,
    const FVector& Translation,
    FThreadSafeBool* bCanceled,
    TFunction< void> ProgressCal...
)

Inserts group of points into the Octree structure, multi-threaded.

Public function

bool

 

InsertPoints

(
    const FLidarPointCloudPoint* I...,
    const int64& Count,
    ELidarPointCloudDuplicateHandling D...,
    bool bRefreshPointsBounds,
    const FVector& Translation,
    FThreadSafeBool* bCanceled,
    TFunction< void> ProgressCal...
)

Inserts group of points into the Octree structure, multi-threaded.

Public function

bool

 

InsertPoints

(
    FLidarPointCloudPoint** In...,
    const int64& Count,
    ELidarPointCloudDuplicateHandling D...,
    bool bRefreshPointsBounds,
    const FVector& Translation,
    FThreadSafeBool* bCanceled,
    TFunction< void> ProgressCal...
)

Inserts group of points into the Octree structure, multi-threaded.

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