Navigation
Unreal Engine C++ API Reference > Plugins > LidarPointCloudRuntime > ULidarPointCloudComponent > ExecuteActionOnPointsInSphere
References
Module | LidarPointCloudRuntime |
Header | /Engine/Plugins/Enterprise/LidarPointCloud/Source/LidarPointCloudRuntime/Public/LidarPointCloudComponent.h |
Include | #include "LidarPointCloudComponent.h" |
void ExecuteActionOnPointsInSphere
&40;
TFunction< void(FLidarPointCloudPoint &42;)> Action,
const FVector & Center,
const float & Radius,
const bool & bVisibleOnly
&41;
Remarks
Executes the provided action on each of the points within the given sphere.