Navigation
API > API/Plugins > API/Plugins/MeshPartitionEditor
List of parameters for the MegaMesh Rectangle Generator.
| Name | FMegaMeshRectangleGeneratorParams |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/MeshPartition/Source/MeshPartitionEditor/Public/MeshPartitionRectangleGenerator.h |
| Include Path | #include "MeshPartitionRectangleGenerator.h" |
Syntax
struct FMegaMeshRectangleGeneratorParams
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bSaveAndUnload | bool | Save and unload sections as they are created. | MeshPartitionRectangleGenerator.h | |
| LocationVolumesResolution | FInt32Point | Number of location volumes in X/Y dimension. | MeshPartitionRectangleGenerator.h | |
| MeshResolution | FInt32Point | Number of vertices in X/Y dimension for the generated mesh. | MeshPartitionRectangleGenerator.h | |
| MeshSize | FVector2D | World space size of the generated mesh. | MeshPartitionRectangleGenerator.h | |
| SectionsResolution | FInt32Point | Number of sections in X/Y dimension. | MeshPartitionRectangleGenerator.h |