Hi guys,
I’m encountering a really weird problem.
Currently I have two montages working, “Fire” and “Reload”.
Now I want to add a Melee Attack Animation, but that simply doesn’t work.
I play the Animations from C++ via PlayAnimMontage(). With Melee-Attack I do exactly the same.
Now I tried testing stuff, and found that I can play the Melee Montage like this from the Character BP, BUT ONLY UNTIL I CALL EnableInput() on the PC!
“Fire” and “Reload” still work after calling EnableInput(). The animations and montages are setup exactly the same.
Does any one have a clue what could be going on here?
I mean, it works before I call EnableInput(), the montage and slot are correctly set up.
Help pls?!
Thanks in advance!