How to Matchmake Based on Skill Level¶
To be able to search for rooms by skill level, it is necessary to store some average level of all members of the room. This can be done using a room field, for example key2 (see How to Implement Lobbies).
To search for rooms by skill level, one may perform a range search using the Field Greater Than Equals and Field Less Than Equals conditions.
The following Blueprint searches for rooms with an average skill level between 24 and 28.