Navigation
API > API/Plugins > API/Plugins/LidarPointCloudRuntime > API/Plugins/LidarPointCloudRuntime/ULidarPointCloudComponent > API/Plugins/LidarPointCloudRuntime/ULidarPointCloudComponent/GetPointsInSphere
References
Module | LidarPointCloudRuntime |
Header | /Engine/Plugins/Enterprise/LidarPointCloud/Source/LidarPointCloudRuntime/Public/LidarPointCloudComponent.h |
Include | #include "LidarPointCloudComponent.h" |
void GetPointsInSphere
(
TArray< FLidarPointCloudPoint * > & SelectedPoints,
const FVector & Center,
const float & Radius,
const bool & bVisibleOnly
)
Remarks
Populates the array with the list of points within the given sphere.