Navigation
API > API/Plugins > API/Plugins/LidarPointCloudRuntime > API/Plugins/LidarPointCloudRuntime/FLidarPointCloudOctree
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void GetPointsInSphereAsCopies
(
TArray< FLidarPointCloudPoint >& SelectedPoints, |
Populates the array with the list of points within the given sphere. | LidarPointCloudOctree.h | |
void GetPointsInSphereAsCopies
(
TArray64< FLidarPointCloudPoint >& SelectedPoints, |
LidarPointCloudOctree.h |
GetPointsInSphereAsCopies(TArray< FLidarPointCloudPoint > &, const FSphere &, const bool &, const FTransform *)
Description
Populates the array with the list of points within the given sphere.
| Name | GetPointsInSphereAsCopies |
| 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 GetPointsInSphereAsCopies
(
TArray< FLidarPointCloudPoint > & SelectedPoints,
const FSphere & Sphere,
const bool & bVisibleOnly,
const FTransform * LocalToWorld
) const
GetPointsInSphereAsCopies(TArray64< FLidarPointCloudPoint > &, const FSphere &, const bool &, const FTransform *)
| Name | GetPointsInSphereAsCopies |
| 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 GetPointsInSphereAsCopies
(
TArray64< FLidarPointCloudPoint > & SelectedPoints,
const FSphere & Sphere,
const bool & bVisibleOnly,
const FTransform * LocalToWorld
) const