Workshop UI Widgets

If you’ve ever played BeamNG.drive and seen it’s UI editor, you’ll know sorta what I’m talking about here.
Basically an option to design/write (maybe in Lua) custom UI elements in condos that appear on your screen if that be a score counter, distance indicator or something more advanced. These UI elements can then be shared similar to how workshop items are currently shared. Values like the player’s position, orientation, distance from ground, location of items in the game, or arbitrary values like score or death counters could be used.
Not sure how possible messing with UMG and stuff is at runtime but it’s an idea I thought would be cool.

In theory this is possible, but it’s a lot of work. We’d have to make a bunch of customizable UI elements, a save system, and editor for them.