I need to double click to invork Fire()
after google and found solution relate to my problem in BP then I try put
playerControllerRef->SetInputMode(FInputModeGameAndUI());
in beginplay in ATank class and it’s fix
so what is the explanation here ?
are input need to wake up just like physic body ?
so setting input mode make It’s ready to read input ?