Make actor only visible to certain players?

This would be pretty simple. All meshes in BP can be set to be viewable by “owner”. Simply make some BP logic to make players not see their mesh (because they are the owners).

  • set the player to be owner of mesh (if not already set)
  • set mesh to visible to all, except owner

Keep in mind, since you’re doing multiplayer, you’ll have to set up proper replication