C++ Tutorials for UMG?

Speaking as a web UI dev, I think I’d be more comfortable learning C++ properly than trying to maintain non-trivial UI with Blueprints. Is there even an API in place for this yet or is it just too messy to try to do it with code currently?

C++ UMG is called Slate, that should be enough to get you where you need. :slight_smile:

My C++ Slate Wiki Tutorials

Here are my Slate tutorials, these are all pure C++

:slight_smile:

Creating a File Browser using Slate

Edit Text Widget With Custom Appearance
A new, community-hosted Unreal Engine Wiki - Announcements and Releases - Unreal Engine Forums,Custom_Rendering%26_Any_TrueTypeFont

Fancy Custom SButtons