Hive MatchMaking connects players for online matches and provides relevant data. More...
#include <HiveMatchMaking.h>
Static Public Member Functions | |
static void | RequestMatchMaking (int32 MatchId, int32 Point, const FString &ExtraData, const FHiveMatchMakingOnMatchMakingDataDelegate &Delegate) |
Matching Request More... | |
static void | GetRequestingStatus (int32 MatchId, const FHiveMatchMakingOnMatchMakingDataDelegate &Delegate) |
Check Matching Status More... | |
static void | DeleteRequesting (int32 MatchId, const FHiveMatchMakingOnResultDelegate &Delegate) |
Delete Matching Request More... | |
static void | CreateGroup (int32 MatchId, int32 Point, const FString &ExtraData, const FHiveMatchMakingOnMatchMakingGroupDataDelegate &Delegate) |
Create a matching group More... | |
static void | JoinGroup (int32 MatchId, const FString &GroupCode, int32 Point, const FString &ExtraData, const FHiveMatchMakingOnMatchMakingGroupDataDelegate &Delegate) |
Join a matching group More... | |
static void | LeaveGroup (int32 MatchId, const FHiveMatchMakingOnResultDelegate &Delegate) |
Leave a matching group More... | |
static void | KickGroupUser (int32 MatchId, int64 TargetPlayerId, const FHiveMatchMakingOnMatchMakingGroupDataDelegate &Delegate) |
Kick a group member More... | |
static void | GetGroupInfoByUser (int32 MatchId, const FHiveMatchMakingOnMatchMakingGroupDataDelegate &Delegate) |
Get group information (based on group users) More... | |
static void | GetGroupInfoByGroupCode (const FString &GroupCode, const FHiveMatchMakingOnMatchMakingGroupDataDelegate &Delegate) |
Get group information (based on group code) More... | |
static void | UpdateGroupUser (int32 MatchId, bool Ready, int32 Point, const FString &ExtraData, const FHiveMatchMakingOnMatchMakingGroupDataDelegate &Delegate) |
Modify member information More... | |
static void | RequestGroupMatching (int32 MatchId, const FHiveMatchMakingOnMatchMakingGroupDataDelegate &Delegate) |
Request group matching More... | |
static void | DeleteGroupMatching (int32 MatchId, const FHiveMatchMakingOnMatchMakingGroupDataDelegate &Delegate) |
Cancel group matching request More... | |
Hive MatchMaking connects players for online matches and provides relevant data.
Hive MatchMaking feature makes it simple to get matches for your players without having to implement specific matchmaking logic in your game.
It provides a balanced gaming experience by matching players with opponents of similar skill level.