Multiplayer error

error

I’m started game with net mode “play as client”, not sure how to fix it. There is no such error in other modes

This is a “feature” of a dedicated server. This is the one that runs in the background when you play as a client. Widgets are not created on such servers (for optimization), so you get this error.

1 Like

So I should use isvalid or something?

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.