When I make them flowing I found that it will flow all node that for local controller before flow through event replication.
Is there a way to solve it?
I can do that.
But what I just want to make things with less complexity not like run on server and go run on owning client and server and client over over again.
I want to know is there a handy way to do it.
The server and the client are two different machines… If the stream doesn’t wait for the server to finish executing the function (as I think it does) then it’s a problem. In that case you should change the logic accordingly with that.
You must also be sure that you are executing that function with authority. Otherwise that function will be ignored
The Node that calls an RPC doesn’t stop the flow like any other executable node that are not latent.
You need to disconnect the RPC output call pin. Then attach your expected D with D directly if that is how you want your flow.