"Mouse XY 2D-Axis" supposedly gives a Vector but `BindVectorAxis` results in error

my custom pawn
PlayerInputComponent->BindVectorAxis(EKeys::Mouse2D,this,&MyPawn::MyAction);
it work fun;

2 Likes