Using Widget Blueprints in c++ ??

I’ve been Google’ing for the better part of the afternoon with no luck. I’m trying to figure out how to use a set of widget blueprints in c++ to implement a basic menu system. Can someone post a template or a link with an example of how to do this?

Man, no one knows. UMG C++ has NO love right now.

If you want to create menus in C++ then use slate UI system
is a starting point to slate

I was trying to avoid using raw Slate since the c++ syntax for it is awful to work with.

Hey i made a wiki post on extending the User Widget I hope it will help you get started.
UMG, How to extend a UUserWidget:: for UMG in C++.