Optimal usage of INetworkStruct and Networked properties

Options

Hi there,

So I'm fairly new to Photon and currently getting my bearings.

I've managed to get a very simple demo working, which has been great, and now I'm at the stage where I want to start exploring syncing data using Networked properties.

My question is around the INetworkStruct specifically.

If I define a INetworkStruct with say... 10 networked properties inside of it. And I change the values of 1 of the networked properties. Is Fusion smart enough to know that only 1 value has changed and update only that single property? Or does the entire INetworkStruct get sent over the network again?

Basically trying to understand the most bandwidth efficient way to structure my properties.

Hopefully that question makes sense :)