To turn on widget blueprints again with the previous data

I’ve worked on interacting with the store NPC to bring up the store UI on the screen

For more immersion in the store UI, we hid it using Visibility, such as Health UI/Exp UI, which is basically added to the viewport

This is where the problem begins
The Health UI/Exp UI does not return when you leave the store

To solve the problem, refer to the blue print picture

The first picture is a blue print that causes the health bar to disappear when the key is pressed to interact with the store NPC

The second picture is a blue print that deletes the store UI when you click the Exit Store UI button


The screenshots do not show where / how you make the health widget Visible again after it’s been hidden.


You could tell the player to show their Ui when you leave the shop or, since we’re Setting View Targets, you could try:

image

In the Player BP and make the widget Visibile here.