Multiplayer error

You need to do conditional logic to execute code for clients only.

SERVERS DO NOT

  • Load widgets, nothing UI related
  • Play Audio
  • Play Visual FX… Niagara, Particles etc

Simulated proxy shouldn’t load UI either. This will save you some resources on the client.

1 Like