Need to replace add to viewport with add to 3d widget

I’m trying to add an inventory to a 3d widget I have attached to the player but the below BP is driving me crazy can anyone figure out what I can use to replace the add to viewport to add it to the 3d widget instead? Where it says inventory in the below picture that is the 3d widget.

e32c84547df549a3b2e39021b26f7fa3e262800d.jpeg

Why not adding the Inventory directly into the UMG Widget?

Set its visible stat to collapse… and only change visible stat when it’s needed to show…

That doesn’t make any sense. Inventory is the 3d widget that has the main widget in it.

You can replace the embedded widget in the widget component like this:

I see what you mean now. Ya that is working now thanks :slight_smile: