The chosen code was TiroActor. This is because it is the simplest (cause less impact on performance) and supplies all needs.
I took out the other two shots (TiroPawn and TiroCharacter).
Event Shoot (Shooter Blueprint):
As I suspected, it did not make sense to use the Simple Move to Location function on actors that does not have support to execute it.
So you must set the target and also set the projectile to be HOMING.
So you set the Homing Target and the Homing Acceleration Magnetude.
Event to target setting and to defining aspects of the projectile (Projectile Blueprint):
This last part is optional, as it sets the rotation of the projectile so that it points to the target. If your projectile is a sphere, there is no need to put it.
Event to set the rotation of the projectile (Projectile Blueprint):
Links that helped me:
https://www.youtube.com/watch?v=oyNzsbTpGqg
https://www.youtube.com/watch?v=TCkFqSOdw6M&


