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?