Navigation
API > API/Plugins > API/Plugins/LidarPointCloudRuntime > API/Plugins/LidarPointCloudRuntime/ULidarPointCloudComponent > API/Plugins/LidarPointCloudRuntime/ULidarPointCloudComponent/LineTraceMulti
References
Module | LidarPointCloudRuntime |
Header | /Engine/Plugins/Enterprise/LidarPointCloud/Source/LidarPointCloudRuntime/Public/LidarPointCloudComponent.h |
Include | #include "LidarPointCloudComponent.h" |
UFUNCTION&40;BlueprintPure, Category&61;"Lidar Point Cloud", Meta&61;&40;Keywords&61;"raycast"&41;&41;
bool LineTraceMulti
&40;
FVector Origin,
FVector Direction,
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.