I’m assuming you’re talking about something like banjo-kazooie kinds of maps and displaying items for each area here. If that’s the case, you want to actually store those things in arrays in something like game instance or game mode and then call for them when you build the pause menu like get game instance > cast to gameinstance or get game mode > cast to game mode and then get the variables and fill them into the widget map.
Hope that’s helpful.