Navigation
API > API/Plugins > API/Plugins/LidarPointCloudRuntime
References
| Module | LidarPointCloudRuntime |
| Header | /Engine/Plugins/Enterprise/LidarPointCloud/Source/LidarPointCloudRuntime/Public/LidarPointCloudShared.h |
| Include | #include "LidarPointCloudShared.h" |
Syntax
class FLidarPointCloudDataBuffer
Remarks
Used to help track multiple buffer allocations
Constructors
| Type | Name | Description | |
|---|---|---|---|
FLidarPointCloudDataBuffer
(
const FLidarPointCloudDataBuffer& Other |
|||
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| uint8 * | GetData () |
||
| void | Initialize
(
const int32& Size |
||
| bool | InUse () |
||
| void | MarkAsFree () |
Marks the buffer as no longer in use so it can be reassigned to another read thread. | |
| void | Resize
(
const int32& NewBufferSize, |
Operators
| Type | Name | Description | |
|---|---|---|---|
| FLidarPointCloudDataBuffer & | operator=
(
const FLidarPointCloudDataBuffer& Other |
||
| FLidarPointCloudDataBuffer & |