Issue with spawned actors spawning actors

So I have noticed that when I spawn an actor and then make that actor spawn another actor the code on the last actor spawned does not work. Is anyone else having the same problem? Are we not supposed to spawn actors from spawned actors?

Comments

  • SocksSocks London, UK.Member Posts: 12,822

    Spawning an actor from another actor - that itself has been spawned - works just fine, there may well be an error in your code.

  • bernardo.chuecosbernardo.chuecos Member, PRO Posts: 75

    Update: I fixed the problem. There was a behavior that kept running and didnt let the rest of the code run

Sign In or Register to comment.