TMap<> Replication - exposing to Unreal reflection.

Bumping because I need this as well.

For my GameState, I’d like to create a dictionary/map where the teams are the keys and values are the scores. TMap replication would be great for this, because now I have resort to a not-so-nice alternative.