Navigation
Unreal Engine C++ API Reference > Plugins > LidarPointCloudRuntime > ULidarPointCloud
References
Module | LidarPointCloudRuntime |
Header | /Engine/Plugins/Enterprise/LidarPointCloud/Source/LidarPointCloudRuntime/Public/LidarPointCloud.h |
Include | #include "LidarPointCloud.h" |
void ExecuteActionOnPointsByRay
&40;
TFunction< void(FLidarPointCloudPoint &42;)> Action,
const FLidarPointCloudRay & Ray,
const float & Radius,
bool bVisibleOnly
&41;
Remarks
Executes the provided action on each of the points hit by the given ray.