unreal.MouseHoverComponent

class unreal.MouseHoverComponent(outer: Object | None = None, name: Name | str = 'None')

Bases: UIComponent

This is a class for a Component that exposes the mouse hover state of its Owner widget.

C++ Source:

  • Module: UMG

  • File: MouseHoverComponent.h

Editor Properties: (see get_editor_property/set_editor_property)

  • is_hovered (bool): [Read-Only]

property is_hovered: bool

[Read-Only]

Type:

(bool)