Navigation
API > API/Plugins > API/Plugins/LidarPointCloudRuntime > API/Plugins/LidarPointCloudRuntime/ULidarPointCloud
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TArray< FLidarPointCloudPoint > GetPointsAsCopies
(
bool bReturnWorldSpace, |
Returns an array with copies of points from the tree If ReturnWorldSpace is selected, the points' locations will be converted into absolute value, otherwise they will be relative to the center of the cloud. | LidarPointCloud.h |
|
void GetPointsAsCopies
(
TArray< FLidarPointCloudPoint >& Points, |
LidarPointCloud.h |
|
|
void GetPointsAsCopies
(
TArray64< FLidarPointCloudPoint >& Points, |
LidarPointCloud.h |
GetPointsAsCopies(bool, int32, int32)
Description
Returns an array with copies of points from the tree If ReturnWorldSpace is selected, the points' locations will be converted into absolute value, otherwise they will be relative to the center of the cloud.
| Name | GetPointsAsCopies |
| Type | function |
| Header File | /Engine/Plugins/Enterprise/LidarPointCloud/Source/LidarPointCloudRuntime/Public/LidarPointCloud.h |
| Include Path | #include "LidarPointCloud.h" |
| Source | /Engine/Plugins/Enterprise/LidarPointCloud/Source/LidarPointCloudRuntime/Private/LidarPointCloud.cpp |
UFUNCTION (BlueprintPure, Category="Lidar Point Cloud")
TArray< FLidarPointCloudPoint > GetPointsAsCopies
(
bool bReturnWorldSpace,
int32 StartIndex,
int32 Count
) const
GetPointsAsCopies(TArray< FLidarPointCloudPoint > &, bool, int64, int64)
| Name | GetPointsAsCopies |
| Type | function |
| Header File | /Engine/Plugins/Enterprise/LidarPointCloud/Source/LidarPointCloudRuntime/Public/LidarPointCloud.h |
| Include Path | #include "LidarPointCloud.h" |
| Source | /Engine/Plugins/Enterprise/LidarPointCloud/Source/LidarPointCloudRuntime/Private/LidarPointCloud.cpp |
UFUNCTION (BlueprintPure, Category="Lidar Point Cloud")
void GetPointsAsCopies
(
TArray< FLidarPointCloudPoint > & Points,
bool bReturnWorldSpace,
int64 StartIndex,
int64 Count
) const
GetPointsAsCopies(TArray64< FLidarPointCloudPoint > &, bool, int64, int64)
| Name | GetPointsAsCopies |
| Type | function |
| Header File | /Engine/Plugins/Enterprise/LidarPointCloud/Source/LidarPointCloudRuntime/Public/LidarPointCloud.h |
| Include Path | #include "LidarPointCloud.h" |
| Source | /Engine/Plugins/Enterprise/LidarPointCloud/Source/LidarPointCloudRuntime/Private/LidarPointCloud.cpp |
void GetPointsAsCopies
(
TArray64< FLidarPointCloudPoint > & Points,
bool bReturnWorldSpace,
int64 StartIndex,
int64 Count
) const