This is the second episode of unreal engine beat'em up tutorial series I am doing. Here, we are going to work on how to do a head bash on enemy characters. We are going to modify the grappling function in such a way, if player press the grab action button, if there is an enemy nearby, player will grapple the enemy and they will stay in the grappling mode as long as player hold the grab input. Once player release the grapple key, the player character will push away the enemy. If player press the punch key while in the grappling mode, a head bash will be performed on enemy. Similarly, if kick button is pressed, a knee kick will perform.
password=codelikeme_beat