GetPointsInSphere

Overload list

Windows
MacOS
Linux
Name Description

Public function

void

 

GetPointsInSphere

(
    TArray< FLidarPointCloudPoint*...,
    const FSphere& Sphere,
    const bool& bVisibleOnly
)

Public function

void

 

GetPointsInSphere

(
    TArray64< FLidarPointCloudPoint...,
    const FSphere& Sphere,
    const bool& bVisibleOnly
)

Public function

void

 

GetPointsInSphere

(
    TArray< FLidarPointCloudPoint*...,
    const FVector& Center,
    const float& Radius,
    const bool& bVisibleOnly
)

Populates the array with the list of points within the given sphere.

Public function

void

 

GetPointsInSphere

(
    TArray64< FLidarPointCloudPoint...,
    const FVector& Center,
    const float& Radius,
    const bool& bVisibleOnly
)

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