Is Widget On Screen
PureIsWidgetOnScreenChecks if a widget is currently visible and within the viewport bounds.
Type: Pure (no side effects)
Category: Fortuna|UMG/UI Helpers
Keywords: umg/ui helpers
Inputs
| Name | Type | Default | Description |
|---|---|---|---|
| Widget | UWidget* | — | Widget parameter |
Outputs
| Name | Type | Description |
|---|---|---|
| ReturnValue | bool | ReturnValue output |
Example Use Cases
Example 1
Only update widgets that are actually on screen.
Example 2
Determine if a minimap marker is visible.