projectile not colliding

hello. how do i make range enemy ai projectile hit something withoud adding a sphere collision or creating a ray trace. i spawn projectile in btt magic ball.

Hey @Dozzirik how are you?

I don’t think it’s really useful to avoid using a capsule collider for a projectile. The easiest solution is to add a Capsule Collision to the projectile and use its “On Component Begin Overlap” or its “On Component Hit” to manage what happens when it collides with an object or a player.

Here you have a video that explains how to do it in a proper way. It is for UE5 but it should work for UE4 as well!

Hope this helps you!

Can you set the camera mode to Player Collision and send another screenshot?
Also, does the projectile collide with objects other than the character?
Can you check if it has the correct collision settings to generate a hit?