| NetworkSpawnOptions | Configurable options when spawning a networked object. |
| AlwaysTransmit | Determines whether updates for this networked object are always transmitted to clients. Otherwise, they are only transmitted when the object is determined as visible to each client. |
| OrphanedMode | What happens to this networked object when its owner disconnects? |
| Owner | Who should be the owner of this networked object? |
| OwnerTransfer | Who can control the ownership of this networked object? |
| StartEnabled | Should this networked object start enabled? |
| Default | The default network spawn options. |