Construction script spawning vs placing in editor

Construction script is called in editor and again when packaging. This means anything which could randomly change on construction may not necessarily be the same in the final game. However, if it is always the same, spawning actors in the construction script is fine. It is not run again for placed actors, but actors spawned at runtime will run the construction script.