Error with bind axis

VS throw an error C2660 ‘UInputComponent::BindAxis’ does’nt take 3 arguments.
I’m using unreal engine 2.26.2

this is the code I have following the video

I don’t understand why, VS show me 3 args in the tooltips while I type. How can I fix that? What did I miss?

OK I found the problem.
I do a LOT of python programming and use single quote all the time
but in the realm of C++ thins a different

in line 37 I use ‘Forward’ and I have to use “Forward”

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.

Privacy & Terms