GetPointsInBoxAsCopies

Overload list

Windows
MacOS
Linux
Name Description

Public function UFunction BlueprintPure, Category

TArray< FLid...

 

GetPointsInBoxAsCopies

(
    FVector Center,
    FVector Extent,
    bool bVisibleOnly,
    bool bReturnWorldSpace
)

Returns an array with copies of points within the given box 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

void

 

GetPointsInBoxAsCopies

(
    TArray< FLidarPointCloudPoint >& S...,
    const FBox& Box,
    const bool& bVisibleOnly,
    bool bReturnWorldSpace
)

Returns an array with copies of points within the given box 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