What is your variable “homing missile” referencing to?
It seems like you try to set the location before you spawn your actor.
Try to place your interface call behind the “spawn actor from class” and use the output actor from that node as input.
That should do the trick