Create widget not showing widget varibals

I’m trying to create an inventory system but all the tutorials show getting the item in the inventory widget by creating a create a widget of the item but the variables won’t show up in the create widget like they do in the tutorial

this is what the tutorial shows

292661-screenshot-2019-11-19-ue4-inventory-system-tutoria.png

but mine is like this

I’ve done every thing right but it doesn’t work is this a change in an update frome 4.23?

Could be a number of things. I would assume that ItemData is a parameter since it is on the left side of the Node which would indicate you need to make a constructor for it. If that doesn’t work I’d consider making a set method that you can call to plug in the ItemData at your leisure.

If this answer helps please help me with my question or just up vote it @ IOnlineSession::FindSessions() sends weird warning - Multiplayer & Networking - Epic Developer Community Forums

Thanks!

but mine is like this

You need to have an ItemData struct variable inside your widget, flag it as Instance Editable, Expose on Spawn, compile and refresh the node by right clicking it → Refresh.