I slightly changed the code from “if(bHaveAimSolution)” to “if(bHaveAimSolution&&(HitLocation!=FVector(0)))”
in TankAimingComponent.cpp
Check out this commit
I thought when my crosshair is pointing the sky, “No aim solve found” would be always logged.
But look below.
Please tell me why did that happen?