Spawn Actor Projectile from LineTraceByChannel StartPoint?

How do you spawn an actor from start point to end point of a lineTraceByChannel?

Having a lot of trouble with the transform on the SpawnActorOfClass.

Hello !

For the transform of “SpawnActorOfClass” :
Location should be the first point in world space of the projectile,
Rotation can be found with “find look at rotation” function, where you just have to connect start and end locations.
Scale may stay at (1, 1, 1).

hope it help !

FindLookatRotation was just what I needed, thanks! (: