Help me with my save system

You can mix spawned actors with IDs and manually placed actors. Just make sure, before you start spawning, that you have already put the manually placed actors in the array, then you can carry on numbering from there.

You can just use GetAllActorsOfClass and check their IDs before you start spawning.