ADDED unmapped property warning logged

I get these warnings spammed to the Output Log when my player is spawned:

LogNet:Warning: ADDED unmapped property: Offset: 840, Guid: 16, Name: PlayerState
LogNet:Warning: ADDED unmapped property: Offset: 0, Guid: 18, Name: Loadout
LogNet:Warning: ADDED unmapped property: Offset: 8, Guid: 20, Name: Loadout
LogNet:Warning: ADDED unmapped property: Offset: 160, Guid: 24, Name: Owner

Can I do something to avoid them? They are referring to some replicated data on my character class.

Do you have LogNet set to verbose? If so, you will see these. It’s simply telling you that the client received a reference to a network object that it doesn’t have yet. Normally this is ok if the server eventually sends the reference, and these will then resolve at that time. We can move that to VeryVerbose possibly if this is annoying.