Navigation
Unreal Engine C++ API Reference > Plugins > LidarPointCloudRuntime > ULidarPointCloud > GetPointsInBox
References
Module | LidarPointCloudRuntime |
Header | /Engine/Plugins/Enterprise/LidarPointCloud/Source/LidarPointCloudRuntime/Public/LidarPointCloud.h |
Include | #include "LidarPointCloud.h" |
Source | /Engine/Plugins/Enterprise/LidarPointCloud/Source/LidarPointCloudRuntime/Private/LidarPointCloud.cpp |
void GetPointsInBox
(
TArray< FLidarPointCloudPoint * > & SelectedPoints,
const FBox & Box,
const bool & bVisibleOnly
)
Remarks
Populates the array with the list of points within the given box.