Spawning actors when paused

Is it possible to spawn an actor while the game is paused (SetGamePaused() set to true). Currently if I call SpawnActor in the paused state it will not appear until the game is unpaused.