C++ Transition Guide for 4.20

I haven’t seen it mentioned in the official notes so I am leaving it here:

ULocalPlayer -> GetCachedNetId() now returns an FUniqueNetIdRepl instead of an FUniqueNetId.

APlayerState -> UniqueId is now private and it only has a Set function, I haven’t found a way to get it so far.