i need help to fix my target lock

i dont know what the issue is i selected the right stuff but nothing happens i make sure of using prints to see if is executing and nothing im using unreal 4

If sphere trace is anything like line trace ( I never use it ), then you might need to block visibility also

oka im gonna try it

nope that didnt fix it … how would you use line tracing in this casing?

Sorry, I looked again, you have your trace math wrong. You need to get from the camera position, to a point some distance in front of it

With line trace, you just shoot a line out, with sphere you make a line of spheres :slight_smile: