unreal.UIComponent

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

Bases: Object

This is the base class to for UI Components that can be added to any UMG Widgets in UMG Designer.When initialized, it will pass the widget it’s attached to.

C++ Source:

  • Module: UMG

  • File: UIComponent.h