InsertPoints

Overload list

Windows
MacOS
Linux
Name Description

Public function

void

 

InsertPoints

(
    FLidarPointCloudPoint* Points,
    const int64& Count,
    ELidarPointCloudDuplicateHandling D...,
    bool bRefreshPointsBounds,
    const FVector& Translation
)

Inserts group of points into the Octree structure, internally thread-safe.

Public function

void

 

InsertPoints

(
    const FLidarPointCloudPoint* P...,
    const int64& Count,
    ELidarPointCloudDuplicateHandling D...,
    bool bRefreshPointsBounds,
    const FVector& Translation
)

Inserts group of points into the Octree structure, internally thread-safe.

Public function

void

 

InsertPoints

(
    FLidarPointCloudPoint** Po...,
    const int64& Count,
    ELidarPointCloudDuplicateHandling D...,
    bool bRefreshPointsBounds,
    const FVector& Translation
)

Inserts group of points into the Octree structure, internally thread-safe.

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