Navigation
API > API/Plugins > API/Plugins/LidarPointCloudRuntime
| Name | FMeshBuffers |
| Type | struct |
| Header File | /Engine/Plugins/Enterprise/LidarPointCloud/Source/LidarPointCloudRuntime/Public/Meshing/LidarPointCloudMeshing.h |
| Include Path | #include "Meshing/LidarPointCloudMeshing.h" |
Syntax
struct FMeshBuffers
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Bounds | FBoxSphereBounds | Meshing/LidarPointCloudMeshing.h | ||
| Indices | TArray< uint32 > | Meshing/LidarPointCloudMeshing.h | ||
| Vertices | TArray< FVertexData > | Meshing/LidarPointCloudMeshing.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void ExpandBounds
(
const FBox& NewBounds |
Meshing/LidarPointCloudMeshing.h | ||
void Init
(
uint32 Capacity, |
Meshing/LidarPointCloudMeshing.h | ||
void NormalizeNormals() |
Meshing/LidarPointCloudMeshing.h |