Array replication

Hello ! I have deep question about replication.

Imagine i have this array :

TArray MyArray;

this array is replicated, and have some element. If i make this, MyArray.RemoveAt(0). All array will sent again or juste server send information to client like “just remove element at 0” ?

Have a nice day !