How do I force replication on property ?
I want to replicate property, with each replication tick, regardless, of whether that property was changed or not.
It’s fairly simple struct with one float and one vector. And I need it to be always replicated, to upadte some cosmetic stuff on client.
Right now, client is completely desynced, because updates do not arrive, when there is no changed to property (and there won’t be always changed in property, but there should be always updates on UI).