What happened to the ChangeMenuWidget node

@Everynone Hi I think I’m really close but I’m stuck on the last bit. I have an example of a menu where if you click on a menu button it brings you to a new widget. Its very simple and it works. Exactly what I want to do but it uses and add to viewport which doesn’t work with 3d widgets. If you want to add to a 3d widget you need to use set widget instead of add to viewport but the problem is you have to tell the widget to add it into the widget component I’m using a ref to the widget component and putting that into a cast to the 3d widget blueprint but I can’t for the life of me figure out what to put into the cast to object. Can you take a look at the pictures below and tell me what I’m missing?