01.2 FAQ - dylogaming/CombatComponent GitHub Wiki

Can't Move?

If you cannot move in the asset’s levels, it may be because Unreal 5.1+ uses enhanced inputs instead of input actions

You can import the default ones into the project settings, input, and can download them here.

image image

How To Use With Enhanced Inputs?

Enhanced inputs don't have an easy way to detect what key is being pressed, so here's a hacky way to achieve it

This example shows how to use the default jump enhanced action to execute primary attacks

image