Replicating objects?

“Actors don’t actually need an in-game location-- there is such a thing as Actors with no components at all (such as the GameMode). So don’t think of an Actor as something that must have a transform or must be visible.”

BUT SpawnActor REQUIRES a Spawn Transform node. Meaning it will appear in the game level. So how do I construct a object of type Actor that doesn’t appear in the game level ?