Is NetworkArray optimized to only send the changed elements

If i use a network array of a given capacity does Fusion send the whole NetworkArray each time an element is changed or does it sync only the changed elements

For example - I create a network array of capacity of 100 elements but only 3 elements are changed so is the whole array of size 100 sent through the network or just the 3 elements are sent.

Comments