GetPointsAsCopies

Overload list

Windows
MacOS
Linux
Name Description

Public function Const UFunction BlueprintPure, Category

TArray< FLid...

 

GetPointsAsCopies

(
    bool bReturnWorldSpace,
    int32 StartIndex,
    int32 Count
)

Returns an array with copies of points from the tree If ReturnWorldSpace is selected, the points' locations will be converted into absolute value, otherwise they will be relative to the center of the cloud.

Public function Const

void

 

GetPointsAsCopies

(
    TArray< FLidarPointCloudPoint >& P...,
    bool bReturnWorldSpace,
    int64 StartIndex,
    int64 Count
)

Returns an array with copies of points from the tree If ReturnWorldSpace is selected, the points' locations will be converted into absolute value, otherwise they will be relative to the center of the cloud.

Public function Const

void

 

GetPointsAsCopies

(
    TArray64< FLidarPointCloudPoint >&...,
    bool bReturnWorldSpace,
    int64 StartIndex,
    int64 Count
)

Returns an array with copies of points from the tree If ReturnWorldSpace is selected, the points' locations will be converted into absolute value, otherwise they will be relative to the center of the cloud.

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