Navigation
Unreal Engine C++ API Reference > Plugins > LidarPointCloudRuntime > ULidarPointCloud
Type | Name | Description | |
---|---|---|---|
![]() ![]() ![]() |
bool | SetData
(
const TArray< FLidarPointCloudPoint >& Points |
Reinitializes the cloud with the new set of data. |
![]() |
bool | SetData
(
TArray< FLidarPointCloudPoint* >& Points |
|
![]() |
bool | SetData
(
const TArray64< FLidarPointCloudPoint >& Points |
|
![]() |
bool | SetData
(
TArray64< FLidarPointCloudPoint* >& Points |
|
![]() |
bool | SetData
(
const FLidarPointCloudPoint* Points, |
|
![]() |
bool | SetData
(
FLidarPointCloudPoint** Points, |
Reinitializes the cloud with the new set of data. |