Constructing a 3D Widget as you are making it visible?

Hi,
I am currently working on a VR Project where I need 3D Widgets (Widget Components)
I am adding that component to the Blueprint and I am hiding it until I press a Button.

How can I Construct that widget when I am making it visible and deconstruct it when I am making it invisible again?

Sincerely,
Mike Ponton

Hey! did you get your answer? I’m looking for the exact same thing.

Do you really need to re-construct the widget each time when button pressed?

if you need to call some logic inside widget, you can create custom event inside host actor and call it when button is pressed.