Is it possible to make actors placed on the level only exist on the server?

Yes, bNetLoadOnClient is what you probably want. The client will destroy these shortly after loading. We use this for AGameMode for example, so that client won’t load it (it’s a server only actor).

Let me know if that doesn’t work, or isn’t what you need!

1 Like