I have a slow motion bar that when I press right click it slows the game to 0.5 rather than 1, and when It is pressed it only goes down 1 value.
I want it to go down 1 value per second while the player is holding down the mouse. So if the player held the button down for 5 seconds Its value would go down 5 as well. Does anyone know how to do this or could give any help
Hello, I know this is kinda random but I have a problem with default walk animation can you take a look at it? I noticed that you help a lot and no one else helped me so I am asking you https://answers.unrealengine.com/questions/993577/view.html Thanks
Hello, here is an alternative to everyones approach. I think this will be easier to follow if you are a beginner. So basically in picture: UE4 answerhub 1 you just copy what’s in the picture. (JUST CHANGE VALUES: SET GLOBAL TIME TO 0.5 AND IN SET TIMER BY FUNTCION NAME - TIME TO 0.5) I highlighted some important thing so make sure you copy that as well.
Then you gonna create a function. Just click + button under function.
And then just copy other picture inside that function.
Obviously you gonna have to create regenerate stamina system and some progress bar if you want to have it in the player’s widget. This is just a basic system.