Navigation
Unreal Engine C++ API Reference > Plugins > LidarPointCloudRuntime > ULidarPointCloudComponent > LineTraceMulti
References
Module | LidarPointCloudRuntime |
Header | /Engine/Plugins/Enterprise/LidarPointCloud/Source/LidarPointCloudRuntime/Public/LidarPointCloudComponent.h |
Include | #include "LidarPointCloudComponent.h" |
bool LineTraceMulti
&40;
FLidarPointCloudRay Ray,
float Radius,
bool bVisibleOnly,
bool bReturnWorldSpace,
TArray< FLidarPointCloudPoint > & OutHits
&41;
Remarks
Performs a raycast test against the point cloud. Populates OutHits array with the results. If ReturnWorldSpace is selected, the points' locations will be converted into absolute value, otherwise they will be relative to the center of the cloud. Returns true it anything has been hit.