What happened to old MatchAttributes?

Hi everyone!

I’m currently working on a game with online feature. I want to use the “MatchAttributes” in MatchInfoSnapShot to create my matchmaking. But seems MatchAttributes is missing since the 5.4 and never worked before. Can someone tell me how to work around?

Thanks a lot !

NetworkLobbyManager.matchMaker.SetMatchAttributes()

But usually you’ll see the attributes when you create the match:

NetworkLobbyManager.CreateMatch(tons,of,parameters,to,choose,from).

Or is this more relevant:

NetworkLobbyManager.matches[0].blah
NetworkLobbyManager.matchInfo.blah