MAGES UI¶
Our User Interface is built on top of Unreal Engine’s UMG; we only make customizations when it is absolutely necessary to do so, like our Mages Button Widget
class.
Every widget designated to be used within the SDK inherits from the Mages Widget class. Additionally, it is used inside a Mages Widget
component instead of the Widget Component
to enable some extra functionality.