You are destroying the actor before spawning the new actor, call Destroy Actor after spawning is done, perhaps use a sequence node to first spawn and then destroy
1 Like
You are destroying the actor before spawning the new actor, call Destroy Actor after spawning is done, perhaps use a sequence node to first spawn and then destroy