BindAction

I am using UR 4.26 and when trying to use the code
PlayerInputComponent->BindAction(TEXT(“MoveFoward”), this, AShooterCharacter::MoveForward);
BindAction has a red line under it and states
no instance of overloaded function

Class wont compile, Please help

You want BindAxis not BindAction

1 Like

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

Privacy & Terms