4.5 Preview: Widget visibility broken

My UMG widgets use ‘Visibility’ property to create an interactive UI. That property seems to be broken in the latest 4.5 preview.

Here’s a simple test that uses a checkbox to toggle the visibility of a vertical-layout of some buttons:

17148-bug0-getvis.jpg

Same problem here. Widgets are always visible, it doesn’t matter if you use a binding or set it directly in the details pane.

Hello Cgrebled,

I believe I may have a solution for your issue. Try the setup in the image below. I use Set Visibility and this causes a button in my UI to become hidden when the box is checked and to become visible once more when unchecked. I hope this a viable solution.

Cheers

Thanks for the workaround - but why doesn’t the visibility binding approach work?
It works in 4.4.3.

A lot of the bindings were overhauled for 4.5. This may be why you are experiencing issues with that particular approach.