Where can I see the list of properties depending on “component replicates”?
I hope this won’t be a question without answer again. I’ve been trying to understand the topic for almost an year and yet still didn’t get any helpful information. There must be a way to simplify the multiplayer pipeline. It’s so frustrating to duplicate replication manually with ton of variables and functions.
For example in a bullet you want to replicate the movement so the bullet flies on all Clients.
The Parameters can be set in the Event, which is replicated but this must be done in a Multicast so everyone gets to know the Parameters and not only the Server.
I was asking specifically about actor component properties, not in general. For example, you can’t say to server that you want change the mesh of your bullet with 1 simple checkbox. You have to fuss RPCs and stuff