Question about Blueprint Replication

Is it possible to do replication outside the ThirdPersonCharacter Blueprint? I’m asking because everytime I’ve tried to do it on another Blueprint other than the ThirdPersonCharacter one, it never works. So I’m just wondering if I’m missing something or if it’s even correct to do it this way.

It is possible, but you need to know what you are doing. You need to know what is owned by what(Is it server actor? client side only actor?) and who(is it server, another client/owning client) is calling what RPC(some RPCs can be called only when certain conditions are met, for example Multicast can only be called from server).

Here are some really good reads in my opinion:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.