Trying to move spawned emitter to another actor but it's not moving

I’m having an issue where I spawn an emitter from one character and would like it to move to another over a set period of time. It spawns in-place but doesn’t move to where it needs to and I don’t know why.

I uploaded an image to show what the code looks like. I have tried both Actor Location and World location, to which it doesn’t make a difference. :frowning: The emitter i am testing with does not self-destruct so that i can see it where it ended. No movements happen :frowning:

It looks like you have the world location of the TO wrong.

Surely it should just be the actual location, why are you subtracting them?