I need help with the tutorial "Creating a Pause Menu"

You need to make a reference to the widget you want to remove. You can do this by making a variable and setting it to “Self” in the widget BP

In the FirstPersonCharatcer BP, make the variable and set it to whatever type your HUD is.
image
After doing so, set the reference by getting the “Self” node like so.


Now you’ll be able to use your function properly.

I hope this helped!

2 Likes