Gameplay Tasks - WaitInputRelease
How it Works
WaitInputRelease is a gameplay taks that waits for the button/key that was pressed to activate the ability to be released. When the button/key is released, it calls the OnRelease dynamic multicast delegate and sends one float parameter. This parameter is the number of seconds the key was held.
- The time held differs slightly from owning client to server, but is fairly close and does not seem to increase with lag.