Spawning actors vs spawning an instance of that actor

Is creating actor instances during runtime bad for mobile? I know its bad to load in actors during game play, just wondering how much performance is affected when creating instances of an actor already loaded into the game.