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