Navigation
API > API/Plugins > API/Plugins/LidarPointCloudRuntime > API/Plugins/LidarPointCloudRuntime/ULidarPointCloudComponent
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void GetPointsInBox
(
TArray< FLidarPointCloudPoint* >& SelectedPoints, |
LidarPointCloudComponent.h | ||
void GetPointsInBox
(
TArray64< FLidarPointCloudPoint* >& SelectedPoints, |
LidarPointCloudComponent.h | ||
void GetPointsInBox
(
TArray< FLidarPointCloudPoint* >& SelectedPoints, |
Populates the array with the list of points within the given box. | LidarPointCloudComponent.h | |
void GetPointsInBox
(
TArray64< FLidarPointCloudPoint* >& SelectedPoints, |
LidarPointCloudComponent.h |
GetPointsInBox(TArray< FLidarPointCloudPoint * > &, const FBox &, const bool &)
| Name | GetPointsInBox |
| Type | function |
| Header File | /Engine/Plugins/Enterprise/LidarPointCloud/Source/LidarPointCloudRuntime/Public/LidarPointCloudComponent.h |
| Include Path | #include "LidarPointCloudComponent.h" |
void GetPointsInBox
(
TArray< FLidarPointCloudPoint * > & SelectedPoints,
const FBox & Box,
const bool & bVisibleOnly
)
GetPointsInBox(TArray64< FLidarPointCloudPoint * > &, const FBox &, const bool &)
| Name | GetPointsInBox |
| Type | function |
| Header File | /Engine/Plugins/Enterprise/LidarPointCloud/Source/LidarPointCloudRuntime/Public/LidarPointCloudComponent.h |
| Include Path | #include "LidarPointCloudComponent.h" |
void GetPointsInBox
(
TArray64< FLidarPointCloudPoint * > & SelectedPoints,
const FBox & Box,
const bool & bVisibleOnly
)
GetPointsInBox(TArray< FLidarPointCloudPoint * > &, const FVector &, const FVector &, const bool &)
Description
Populates the array with the list of points within the given box.
| Name | GetPointsInBox |
| Type | function |
| Header File | /Engine/Plugins/Enterprise/LidarPointCloud/Source/LidarPointCloudRuntime/Public/LidarPointCloudComponent.h |
| Include Path | #include "LidarPointCloudComponent.h" |
void GetPointsInBox
(
TArray< FLidarPointCloudPoint * > & SelectedPoints,
const FVector & Center,
const FVector & Extent,
const bool & bVisibleOnly
)
GetPointsInBox(TArray64< FLidarPointCloudPoint * > &, const FVector &, const FVector &, const bool &)
| Name | GetPointsInBox |
| Type | function |
| Header File | /Engine/Plugins/Enterprise/LidarPointCloud/Source/LidarPointCloudRuntime/Public/LidarPointCloudComponent.h |
| Include Path | #include "LidarPointCloudComponent.h" |
void GetPointsInBox
(
TArray64< FLidarPointCloudPoint * > & SelectedPoints,
const FVector & Center,
const FVector & Extent,
const bool & bVisibleOnly
)