Is TMap also replicated like TArray?

In TArray only changed values are replicated and I want to know if TMap and TSet are also implemented with the same replication style.

Hi Maxim90,

Unfortunately there is no support for TMap or TSet. Only TArrays are supported.

A workaround (though not perfect) is mirror your data in a TArray for replication.

This may help