Change visual state on received event in multiplayer

I found the error . If I have 2 players connected to a dedicated server, I only got the breakpoint 2 times, on the server.

What I did then was to use a boolean ItHasBall, which is replicated, and which I set in the OnBallOwnerChanged function of ABBCharacter.

And now it works :slight_smile: (for now)