Navigation
API > API/Plugins > API/Plugins/MeshPartitionEditor > API/Plugins/MeshPartitionEditor/UModifierComponent
Description
Called to show/hide components. Should be responsible of propagating the hidden state to owned/attached components.
Derived Overrides
| Name | SetIsTemporarilyHiddenInEditor |
| Type | function |
| Header File | /Engine/Plugins/Experimental/MeshPartition/Source/MeshPartitionEditor/Public/MeshPartitionModifierComponent.h |
| Include Path | #include "MeshPartitionModifierComponent.h" |
virtual void SetIsTemporarilyHiddenInEditor
(
const bool bInIsHidden
)
Parameters
| Name | Remarks |
|---|---|
| bInIsHidden | True if the current component should be hidden. |