Hi,
I have a custom event set up in a character blueprint and an event in player controller which fires this custom event. On the server the event call works perfectly fine, but on the client the custom event does not launch. I debugged the player controller blueprint on the client and the call node is executed, but does nothing. Here are screenshots of the blueprints:
In MyPlayerController:
In CubeUnitBlue blueprint:
Does anybody know solution to this issue?
Are you sure the client finds instances of CubeUnitBlue, are they replicated? Try printing the array length of OutActors. Is CursorOver false on the client? Try printing an error message if its true. Thats all I can come up with seeing your graphs.
I debugged everything thoroughly and the event node was simply not fired for some reason. There were instances of CubeUnitBlue on the client and the CursorOver was false.
But when I created a new project to reproduce the issue for a Bug Report and opened my previous project once more, the problem went away. I am still completely unaware what might have caused it.