Navigation
API > API/Plugins > API/Plugins/LidarPointCloudRuntime > API/Plugins/LidarPointCloudRuntime/ULidarPointCloud
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool LineTraceMulti
(
const FLidarPointCloudRay& Ray, |
LidarPointCloud.h | ||
bool LineTraceMulti
(
const FLidarPointCloudRay& Ray, |
LidarPointCloud.h |
|
|
bool LineTraceMulti
(
FVector Origin, |
Performs a raycast test against the point cloud. | LidarPointCloud.h |
|
LineTraceMulti(const FLidarPointCloudRay &, const float &, bool, TArray< FLidarPointCloudPoint * > &)
| Name | LineTraceMulti |
| Type | function |
| Header File | /Engine/Plugins/Enterprise/LidarPointCloud/Source/LidarPointCloudRuntime/Public/LidarPointCloud.h |
| Include Path | #include "LidarPointCloud.h" |
bool LineTraceMulti
(
const FLidarPointCloudRay & Ray,
const float & Radius,
bool bVisibleOnly,
TArray< FLidarPointCloudPoint * > & OutHits
)
LineTraceMulti(const FLidarPointCloudRay &, const float &, bool, bool, TArray< FLidarPointCloudPoint > &)
| Name | LineTraceMulti |
| Type | function |
| Header File | /Engine/Plugins/Enterprise/LidarPointCloud/Source/LidarPointCloudRuntime/Public/LidarPointCloud.h |
| Include Path | #include "LidarPointCloud.h" |
UFUNCTION (BlueprintPure, Category="Lidar Point Cloud", Meta=(Keywords="raycast"))
bool LineTraceMulti
(
const FLidarPointCloudRay & Ray,
const float & Radius,
bool bVisibleOnly,
bool bReturnWorldSpace,
TArray< FLidarPointCloudPoint > & OutHits
)
LineTraceMulti(FVector, FVector, float, bool, bool, TArray< FLidarPointCloudPoint > &)
Description
Performs a raycast test against the point cloud. Populates OutHits array with the results. If ReturnWorldSpace is selected, the points' locations will be converted into absolute value, otherwise they will be relative to the center of the cloud. Returns true it anything has been hit.
| Name | LineTraceMulti |
| Type | function |
| Header File | /Engine/Plugins/Enterprise/LidarPointCloud/Source/LidarPointCloudRuntime/Public/LidarPointCloud.h |
| Include Path | #include "LidarPointCloud.h" |
UFUNCTION (BlueprintPure, Category="Lidar Point Cloud", Meta=(Keywords="raycast"))
bool LineTraceMulti
(
FVector Origin,
FVector Direction,
float Radius,
bool bVisibleOnly,
bool bReturnWorldSpace,
TArray< FLidarPointCloudPoint > & OutHits
)