Does anyone have a clear answer for this ?
I’m trying to bind input actions to abilities using GAS by following this except the way they bind actions doesn’t work for me (they don’t specify which version of UE they are using)
And I’ve tried the way Alexander and tibioc mentionned but I still get an error that says there are no overloaded functions that take more than 4 parameters (although I didn’t quite understand what tibioc meant by “Do not forget to use Cast in case your argument is for example int8 → so you do for example (int8) 7 in your binding”)
I’m using Unreal 5.2.1 if that’s any help