Explanation about CoreObject Properties: Client, Server, Networked

Hi all,
someone can me explain the different object type of this three different proprieties?

> isClientOnly	boolean	If true, this object was spawned on the client and is not replicated from the server.	Read-Only
> isServerOnly	boolean	If true, this object was spawned on the server and is not replicated to clients.	Read-Only
> isNetworked	boolean	If true, this object replicates from the server to clients.				Read-Only

thank you
:slight_smile:

1 Like