Navigation
API > API/Plugins > API/Plugins/LidarPointCloudRuntime > API/Plugins/LidarPointCloudRuntime/ULidarPointCloud > API/Plugins/LidarPointCloudRuntime/ULidarPointCloud/GetPointsInSphereAsCopies
References
| Module | LidarPointCloudRuntime |
| Header | /Engine/Plugins/Enterprise/LidarPointCloud/Source/LidarPointCloudRuntime/Public/LidarPointCloud.h |
| Include | #include "LidarPointCloud.h" |
| Source | /Engine/Plugins/Enterprise/LidarPointCloud/Source/LidarPointCloudRuntime/Private/LidarPointCloud.cpp |
void GetPointsInSphereAsCopies
&40;
TArray64< FLidarPointCloudPoint > & SelectedPoints,
const FSphere & Sphere,
const bool & bVisibleOnly,
bool bReturnWorldSpace
&41; const
Remarks
Returns an array with copies of points within the given sphere If ReturnWorldSpace is selected, the points' locations will be converted into absolute value, otherwise they will be relative to the center of the cloud.