Set Visibility Recursive
CallableSetVisibilityRecursiveSets the visibility of a widget and all its children recursively.
Type: Callable (has execution pins)
Category: Fortuna|UMG/UI Helpers
Keywords: umg/ui helpers
Inputs
| Name | Type | Default | Description |
|---|---|---|---|
| Widget | UWidget* | — | Widget parameter |
| Visibility | ESlateVisibility | — | Visibility parameter |
Example Use Cases
Example 1
Hide an entire menu panel including all child elements.
Example 2
Show all elements of a settings sub-section.