is used “Remove All Widgets” then my touch inputs is gone.
so how to restore my touch input circles on screen again?
is used “Remove All Widgets” then my touch inputs is gone.
so how to restore my touch input circles on screen again?
You may wanna create an array of widgets you want to remove and then when player’s dead - run a loop operation to remove everything included in the array. Should be good to go if you don’t include your touch widget into that array. Or, as an other option, If your game is rather simple, you can use one widget and setup a widget switcher inside, that you can control by refferencing it and calling whatever custom events you’ll come up with. Here’s a tut by Mathew Wadstein just in case: HTF do I? Use the Widget Switcher in UMG - YouTube