Is Widget On Screen

Pure
IsWidgetOnScreen

Checks 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

NameTypeDefaultDescription
WidgetUWidget*Widget parameter

Outputs

NameTypeDescription
ReturnValueboolReturnValue output

Example Use Cases

Example 1

Only update widgets that are actually on screen.

Example 2

Determine if a minimap marker is visible.