This is the third episode of unreal engine beat'em up tutorial series I am doing. Here, we are going to work on how to do execution moves. Here, when the characters are grappling each other, if player hold the kick input for more that 1 second and release, the character will perform a knee kick execution on the opponent. If player just tap the kick input, it will be a regular kick. Similarly, if player press and hold the punch key for more than one second and release, character will perform a headlock punch execution on the opponent. If punch key is just tapped, it will be a regular head bash. After a execution move, grappling will be broken.
password=codelikeme_headlock