Navigation
API > API/Plugins > API/Plugins/MeshPartitionEditor > API/Plugins/MeshPartitionEditor/UMeshPartitionEditorComponent
Description
Builds one or multiple APreviewSections encompassing the provided bounds. MeshPartition::APreviewSection is a EditorOnly class.
| Name | BuildMegaMeshPreviewSections |
| Type | function |
| Header File | /Engine/Plugins/Experimental/MeshPartition/Source/MeshPartitionEditor/Public/MeshPartitionEditorComponent.h |
| Include Path | #include "MeshPartitionEditorComponent.h" |
| Source | /Engine/Plugins/Experimental/MeshPartition/Source/MeshPartitionEditor/Private/MeshPartitionEditorComponent.cpp |
void BuildMegaMeshPreviewSections
(
TConstArrayView< const FBox > InBounds
)
Parameters
| Name | Remarks |
|---|---|
| InBounds | The bounds to use to build the compiled section. |