Help with tabs in UMG?

Hi,

I’m a newbie to UE and I’m trying to create a simple in-house auction like this one: http://i.imgur.com/rYr1aaM.png.

My first question is how to create tabs. Do I have to use Blueprint Widgets, or there is another way?

My second question is how to visualize the elements in the UMG Designer canvas - Play does not help.

Thanks a lot!

Take a look at the WidgetSwitcher in UMG. You put whatever content for tabs you needs within the widget switcher, and then you could have the tab labels as buttons that set the index of the widget switcher when they are clicked.