Set Render Opacity Recursive
CallableSetRenderOpacityRecursiveSets the render opacity of a widget and all 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 |
| Opacity | float | — | Opacity parameter |
Example Use Cases
Example 1
Dim an entire UI section when it's not the active tab.
Example 2
Ghost out a locked panel.