Navigation
API > API/Plugins > API/Plugins/LidarPointCloudRuntime > API/Plugins/LidarPointCloudRuntime/FLidarPointCloudOctree > API/Plugins/LidarPointCloudRuntime/FLidarPointCloudOctree/RaycastMulti
References
| Module | LidarPointCloudRuntime |
| Header | /Engine/Plugins/Enterprise/LidarPointCloud/Source/LidarPointCloudRuntime/Public/LidarPointCloudOctree.h |
| Include | #include "LidarPointCloudOctree.h" |
| Source | /Engine/Plugins/Enterprise/LidarPointCloud/Source/LidarPointCloudRuntime/Private/LidarPointCloudOctree.cpp |
bool RaycastMulti
&40;
const FLidarPointCloudRay & Ray,
const float & Radius,
const bool & bVisibleOnly,
TArray< FLidarPointCloudPoint &42; > & OutHits
&41;
Remarks
Performs a raycast test against the point cloud. Populates OutHits array with the results. Returns true it anything has been hit.