Navigation
API > API/Plugins > API/Plugins/LidarPointCloudRuntime > API/Plugins/LidarPointCloudRuntime/ULidarPointCloud
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TArray< FLidarPointCloudPoint > GetPointsInBoxAsCopies
(
FVector Center, |
Returns an array with copies of points within the given box 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 GetPointsInBoxAsCopies
(
TArray< FLidarPointCloudPoint >& SelectedPoints, |
LidarPointCloud.h |
|
|
void GetPointsInBoxAsCopies
(
TArray64< FLidarPointCloudPoint >& SelectedPoints, |
LidarPointCloud.h |
GetPointsInBoxAsCopies(FVector, FVector, bool, bool)
Description
Returns an array with copies of points within the given box 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 | GetPointsInBoxAsCopies |
| 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 > GetPointsInBoxAsCopies
(
FVector Center,
FVector Extent,
bool bVisibleOnly,
bool bReturnWorldSpace
)
GetPointsInBoxAsCopies(TArray< FLidarPointCloudPoint > &, const FBox &, const bool &, bool)
| Name | GetPointsInBoxAsCopies |
| 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 GetPointsInBoxAsCopies
(
TArray< FLidarPointCloudPoint > & SelectedPoints,
const FBox & Box,
const bool & bVisibleOnly,
bool bReturnWorldSpace
) const
GetPointsInBoxAsCopies(TArray64< FLidarPointCloudPoint > &, const FBox &, const bool &, bool)
| Name | GetPointsInBoxAsCopies |
| 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 GetPointsInBoxAsCopies
(
TArray64< FLidarPointCloudPoint > & SelectedPoints,
const FBox & Box,
const bool & bVisibleOnly,
bool bReturnWorldSpace
) const