Navigation
API > API/Plugins > API/Plugins/LidarPointCloudRuntime > API/Plugins/LidarPointCloudRuntime/FLidarPointCloudOctree
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void GetPoints
(
TArray< FLidarPointCloudPoint* >& SelectedPoints, |
Populates the given array with points from the tree | LidarPointCloudOctree.h | |
void GetPoints
(
TArray64< FLidarPointCloudPoint* >& SelectedPoints, |
LidarPointCloudOctree.h |
GetPoints(TArray< FLidarPointCloudPoint * > &, int64, int64)
Description
Populates the given array with points from the tree
| Name | GetPoints |
| 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 GetPoints
(
TArray< FLidarPointCloudPoint * > & SelectedPoints,
int64 StartIndex,
int64 Count
)
GetPoints(TArray64< FLidarPointCloudPoint * > &, int64, int64)
| Name | GetPoints |
| 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 GetPoints
(
TArray64< FLidarPointCloudPoint * > & SelectedPoints,
int64 StartIndex,
int64 Count
)