Laser doesn't work when Spawned AI

I have a simple laser system made like this:

I made an enemy that is able to manipulate the two endpoint actors of the lasers. It works if I just place the enemy in the level directly.

However, when I use spawn AI from class, the enemy moves around and is able to move the endpoint actors (I tested by putting visible spheres on them) but the laser particle that’s supposed to be in between those actors are not there.

What could be the difference here?

You need to set spawned ai and set it dynamicly to source/target for your particle. Are you doing this? If yes can you provide some screenshots of your script?

Hmmm, setting source and end of a built in emitter doesn’t work at all. I’m reverting to manipulating the actors and just making the enemy camp in the level.