Move_ZAxis can’t have parameters. Must be:
void Move_ZAxis(void);
If you want to keep the float parameter, use BindAxis and not BindAction.
Move_ZAxis can’t have parameters. Must be:
void Move_ZAxis(void);
If you want to keep the float parameter, use BindAxis and not BindAction.