Navigation
API > API/Plugins > API/Plugins/MeshPartitionEditor > API/Plugins/MeshPartitionEditor/FMegaMeshRectangleGenerator
Description
Execute the Generate operation. If an FPackageSourceControlHelper is provided, newly created packages will also be added to source control. Returns true if the operation succeeded, false otherwise. Note: On failure, diagnostic error message can be retrieved with `GetErrorText_.
| Name | Generate |
| Type | function |
| Header File | /Engine/Plugins/Experimental/MeshPartition/Source/MeshPartitionEditor/Public/MeshPartitionRectangleGenerator.h |
| Include Path | #include "MeshPartitionRectangleGenerator.h" |
| Source | /Engine/Plugins/Experimental/MeshPartition/Source/MeshPartitionEditor/Private/MeshPartitionRectangleGenerator.cpp |
bool Generate
(
FPackageSourceControlHelper * InSourceControlHelper
)