Navigation
API > API/Plugins > API/Plugins/MeshPartitionEditor > API/Plugins/MeshPartitionEditor/UMeshPartitionEditorComponent
Description
Pauses/Unpauses PreviewSections' transformers execution depending on the provided argument. In case of pause, will also take care of notifying the user the build have been paused. In case of unpause, will also launch the previously paused builds.
| Name | SetPauseTransformerPipeline |
| 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 SetPauseTransformerPipeline
(
const bool bInShouldPauseTransformerPipeline
)
Parameters
| Name | Remarks |
|---|---|
| bInShouldPauseTransformerPipeline | Should preview sections' transformer execution be paused. |