I have an in-game timer which is how long the player has to escape.
I want to have it where once you’re in the trigger box it will show the blueprint within the image I have show.
This was an idea which I got from Escape From Tarkov where you have about 20-30mins to loot and escape and when you get to one of the zones the in-game timer is counting down as well as the extraction timer and if you leave the area for extraction it will stop and the timer will reset and countdown when you go back into that specific area.
Right now I have it working perfectly the only issue is I want to place this into a widget blueprint so It can show me the extraction time counting down as well I try to set it up in the widget blueprint with the ‘Secs’ integer to a character reference it won’t plug in and I can’t seem to find the issue for it any help would be apricated thanks.
First of all…you are creating a new instance of the widget and adding to the viewport every second. you must create the widget and add to the viewport once… even before the overlap so you have the widget always in the screen. Also put your widget in a variable so you can access it anytime.
here is a video with the process hope it helps
Good luck!
Dany
Hi Just tried it and it worked thank you!!! Another question is I don’t want the 10 seconds to be always showing I only want it to show when the player is in the trigger box It shows up similar to ‘Escape From Tarkov’ when extracting out of the game. (Also following your video the thank you for that visual representation adding that bit of coding did not affect my existing coding within my trigger box blueprint)
Like this? But then I have AI and whenever they collide the timer pops up for a split second (I’m not that good at blueprinting just letting you know haha)