Navigation
API > API/Plugins > API/Plugins/LidarPointCloudRuntime > API/Plugins/LidarPointCloudRuntime/FLidarPointCloudOctree
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void GetPointsInBox
(
TArray< const FLidarPointCloudPoint* >& SelectedPoints, |
Populates the array with the list of pointers to points within the given box. | LidarPointCloudOctree.h | |
void GetPointsInBox
(
TArray64< const FLidarPointCloudPoint* >& SelectedPoints, |
LidarPointCloudOctree.h | ||
void GetPointsInBox
(
TArray< FLidarPointCloudPoint* >& SelectedPoints, |
LidarPointCloudOctree.h | ||
void GetPointsInBox
(
TArray64< FLidarPointCloudPoint* >& SelectedPoints, |
LidarPointCloudOctree.h |
GetPointsInBox(TArray< const FLidarPointCloudPoint * > &, const FBox &, const bool &)
Description
Populates the array with the list of pointers to points within the given box.
| Name | GetPointsInBox |
| Type | function |
| Header File | /Engine/Plugins/Enterprise/LidarPointCloud/Source/LidarPointCloudRuntime/Public/LidarPointCloudOctree.h |
| Include Path | #include "LidarPointCloudOctree.h" |
| Source | /Engine/Plugins/Enterprise/LidarPointCloud/Source/LidarPointCloudRuntime/Private/LidarPointCloudOctree.cpp |
void GetPointsInBox
(
TArray< const FLidarPointCloudPoint * > & SelectedPoints,
const FBox & Box,
const bool & bVisibleOnly
) const
GetPointsInBox(TArray64< const FLidarPointCloudPoint * > &, const FBox &, const bool &)
| Name | GetPointsInBox |
| Type | function |
| Header File | /Engine/Plugins/Enterprise/LidarPointCloud/Source/LidarPointCloudRuntime/Public/LidarPointCloudOctree.h |
| Include Path | #include "LidarPointCloudOctree.h" |
| Source | /Engine/Plugins/Enterprise/LidarPointCloud/Source/LidarPointCloudRuntime/Private/LidarPointCloudOctree.cpp |
void GetPointsInBox
(
TArray64< const FLidarPointCloudPoint * > & SelectedPoints,
const FBox & Box,
const bool & bVisibleOnly
) const
GetPointsInBox(TArray< FLidarPointCloudPoint * > &, const FBox &, const bool &)
| Name | GetPointsInBox |
| Type | function |
| Header File | /Engine/Plugins/Enterprise/LidarPointCloud/Source/LidarPointCloudRuntime/Public/LidarPointCloudOctree.h |
| Include Path | #include "LidarPointCloudOctree.h" |
| Source | /Engine/Plugins/Enterprise/LidarPointCloud/Source/LidarPointCloudRuntime/Private/LidarPointCloudOctree.cpp |
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/LidarPointCloudOctree.h |
| Include Path | #include "LidarPointCloudOctree.h" |
| Source | /Engine/Plugins/Enterprise/LidarPointCloud/Source/LidarPointCloudRuntime/Private/LidarPointCloudOctree.cpp |
void GetPointsInBox
(
TArray64< FLidarPointCloudPoint * > & SelectedPoints,
const FBox & Box,
const bool & bVisibleOnly
)