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

In our project, we have a lot of cosmetic actor, that not affect on the gameplay. So we want to reduce memory usage on our dedicated server. Does Unreal Engine have equivalent to bNetLoadOnClient, but for server? Ofcourse we can destroy them manually, but it would be great to have that feature from out of the box

You can multicast, check if using the authority/remote switch, and spawn if you’re remote.