Hello,
is it possible to make the shots based on my crosshair/hud?
I mean usualy there is something like line trace, but is it possible that if the actor/object is in the middle of my crosshair that it will get hit? Or is it better to make it with line trace?
It depends on your use case.
If you want a tactical Shooter, a flying projectile is a better idea. If shooting is not that important and you don’t care about critical hits (head, chest etc.) a simple line trace without any accuracy etc would suit better.
The converting method Screen Location to World Location does a line trace anyway. So it doesn’t make difference if you use Line Trace or Screen Location to World Location
It’s more of a tactical shooter.