Hi Team,
My fire functions draws the sphere. However, when the fire function is called by the towers, the Spheres are not created,however, if i cal the same function with my playerPawn, it does create the DebugSphere.
I have put in a console command to log “Fire!” everytime the fire() function is called:
-When I call it, it logs “Fire!”.
-When the tower calls it, it ALSO Logs “Fire!”.
so this confirms to me that the function is indeed called and working. just the draw debugsphere not when called by the tower.