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