Navigation
API > API/Plugins > API/Plugins/MeshPartitionEditor > API/Plugins/MeshPartitionEditor/UMeshPartitionEditorComponent
Description
Called when preview sections are targeted by tools. Is responsible to hide/unhide appropriate preview and interactive sections.
| Name | SetToolTargetVisibility |
| 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 SetToolTargetVisibility
(
const TArray < MeshPartition::APreviewSection * > InPreviewSections,
const bool bInVisible
)
Parameters
| Name | Remarks |
|---|---|
| InPreviewSections | The targtted preview sections. |
| bInVisible | True if they should be visible, false otherwise. |