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