In this unreal engine tutorial, I am going to show you how to implement inputs with key combinations. In this example combat system, there are 3 types of punches and 3 types of Kicks. The punches are regular punch, upper cut and a lead jab. When player press just the punch key, regular punch will be performed. When punch key + Up arrow is pressed, an uppercut is performed. When punch + down arrow is pressed, a lead jab is performed. Similarly, three types of kicks will be performed based on kick key + up, down arrow input combinations. kick + up = front kick kick + down = leg sweep kick = regular kick
password=codelikeme_multikeys
Thilina Premasiri
2022-03-22 05:24:46 +0000 UTCPatrick Meier
2022-03-21 12:34:13 +0000 UTC