Loading...
Searching...
No Matches
AccelByte::Api::Lobby Member List

This is the complete list of members for AccelByte::Api::Lobby, including all inherited members.

AccelBytePlatformPtr (defined in AccelByte::FApiBase)AccelByte::FApiBaseprotected
AcceptFriend(FString const &UserId)AccelByte::Api::Lobby
AcceptFriendRequest(FString const &UserId, FVoidHandler const &OnSuccess, FErrorHandler const &OnError)AccelByte::Api::Lobby
AddEntitlementUpdatedNotifDelegate(THandler< FAccelByteModelsEntitlementUpdatedNotification > const &EntitlementUpdatedNotifDelegate)AccelByte::Api::Lobbyinline
AddMessageNotifBroadcasterDelegate(FNotifBroadcaster const &OnNotificationBroadcasterMessage)AccelByte::Api::Lobby
AddMessageNotifDelegate(FMessageNotif const &OnNotificationMessage)AccelByte::Api::Lobby
AddOneTimeCodeLinkedNotifDelegate(THandler< FAccelByteModelsOneTimeCodeLinked > const &OneTimeCodeLinkedNotifDelegate) (defined in AccelByte::Api::Lobby)AccelByte::Api::Lobbyinline
AddV2GameSessionInviteCanceledNotifDelegate(THandler< FAccelByteModelsV2GameSessionInviteCanceledEvent > const &OnGameSessionInviteCanceled) (defined in AccelByte::Api::Lobby)AccelByte::Api::Lobbyinline
AddV2PartyCreatedNotifDelegate(THandler< FAccelByteModelsV2PartyCreatedEvent > const &OnPartyCreated) (defined in AccelByte::Api::Lobby)AccelByte::Api::Lobbyinline
AddV2PartyInviteCanceledNotifDelegate(THandler< FAccelByteModelsV2PartyInviteCanceledEvent > const &OnPartyInviteCanceled) (defined in AccelByte::Api::Lobby)AccelByte::Api::Lobbyinline
AddWalletBalanceChangedNotifDelegate(THandler< FAccelByteModelsWalletBalanceChangedNotification > const &WalletBalanceChangedNotifDelegate)AccelByte::Api::Lobbyinline
AddWalletStatusChangedNotifDelegate(THandler< FAccelByteModelsWalletStatusChangedNotification > const &WalletStatusChangedNotifDelegate)AccelByte::Api::Lobbyinline
BlockPlayer(FString const &UserId, FVoidHandler const &OnSuccess, FErrorHandler const &OnError)AccelByte::Api::Lobby
BlockPlayer(FString const &UserId)AccelByte::Api::Lobby
BulkFriendRequest(FAccelByteModelsBulkFriendsRequest const &UserIds, FVoidHandler const &OnSuccess, FErrorHandler const &OnError)AccelByte::Api::Lobby
BulkGetUserPresence(TArray< FString > const &UserIds, THandler< FAccelByteModelsBulkUserStatusNotif > const &OnSuccess, FErrorHandler const &OnError, bool CountOnly=false)AccelByte::Api::Lobby
BulkGetUserPresenceV2(TArray< FString > const &UserIds, THandler< FAccelByteModelsBulkUserStatusNotif > const &OnSuccess, FErrorHandler const &OnError, bool CountOnly=false)AccelByte::Api::Lobby
CancelFriendRequest(FString const &UserId, FVoidHandler const &OnSuccess, FErrorHandler const &OnError)AccelByte::Api::Lobby
CancelFriendRequest(FString const &UserId)AccelByte::Api::Lobby
ChangeUserRegion(FString const &Region)AccelByte::Api::Lobby
ClearLobbyErrorMessages() (defined in AccelByte::Api::Lobby)AccelByte::Api::Lobbystatic
Connect(FString const &Token="")AccelByte::Api::Lobby
CredentialsRef (defined in AccelByte::FApiBase)AccelByte::FApiBaseprotected
DECLARE_DELEGATE(FConnectSuccess)AccelByte::Api::Lobby
DECLARE_DELEGATE_OneParam(FBaseResponse, FAccelByteModelsLobbyBaseResponse const &)AccelByte::Api::Lobby
DECLARE_DELEGATE_OneParam(FPartyInfoResponse, FAccelByteModelsInfoPartyResponse const &)AccelByte::Api::Lobby
DECLARE_DELEGATE_OneParam(FPartyCreateResponse, FAccelByteModelsCreatePartyResponse const &)AccelByte::Api::Lobby
DECLARE_DELEGATE_OneParam(FPartyLeaveResponse, FAccelByteModelsLeavePartyResponse const &)AccelByte::Api::Lobby
DECLARE_DELEGATE_OneParam(FPartyLeaveNotif, FAccelByteModelsLeavePartyNotice const &)AccelByte::Api::Lobby
DECLARE_DELEGATE_OneParam(FPartyMemberLeaveNotif, FAccelByteModelsLeavePartyNotice const &)AccelByte::Api::Lobby
DECLARE_DELEGATE_OneParam(FPartyInviteResponse, FAccelByteModelsPartyInviteResponse const &)AccelByte::Api::Lobby
DECLARE_DELEGATE_OneParam(FPartyInviteNotif, FAccelByteModelsInvitationNotice const &)AccelByte::Api::Lobby
DECLARE_DELEGATE_OneParam(FPartyGetInvitedNotif, FAccelByteModelsPartyGetInvitedNotice const &)AccelByte::Api::Lobby
DECLARE_DELEGATE_OneParam(FPartyJoinResponse, FAccelByteModelsPartyJoinResponse const &)AccelByte::Api::Lobby
DECLARE_DELEGATE_OneParam(FPartyJoinNotif, FAccelByteModelsPartyJoinNotice const &)AccelByte::Api::Lobby
DECLARE_DELEGATE_OneParam(FPartyRejectResponse, FAccelByteModelsPartyRejectResponse const &)AccelByte::Api::Lobby
DECLARE_DELEGATE_OneParam(FPartyRejectNotif, FAccelByteModelsPartyRejectNotice const &)AccelByte::Api::Lobby
DECLARE_DELEGATE_OneParam(FPartyKickResponse, FAccelByteModelsKickPartyMemberResponse const &)AccelByte::Api::Lobby
DECLARE_DELEGATE_OneParam(FPartyKickNotif, FAccelByteModelsGotKickedFromPartyNotice const &)AccelByte::Api::Lobby
DECLARE_DELEGATE_OneParam(FPartyDataUpdateNotif, FAccelByteModelsPartyDataNotif const &)AccelByte::Api::Lobby
DECLARE_DELEGATE_OneParam(FPartyMemberConnectNotif, FAccelByteModelsPartyMemberConnectionNotice const &)AccelByte::Api::Lobby
DECLARE_DELEGATE_OneParam(FPartyMemberDisconnectNotif, FAccelByteModelsPartyMemberConnectionNotice const &)AccelByte::Api::Lobby
DECLARE_DELEGATE_OneParam(FPartyGenerateCodeResponse, FAccelByteModelsPartyGenerateCodeResponse const &)AccelByte::Api::Lobby
DECLARE_DELEGATE_OneParam(FPartyGetCodeResponse, FAccelByteModelsPartyGetCodeResponse const &)AccelByte::Api::Lobby
DECLARE_DELEGATE_OneParam(FPartyDeleteCodeResponse, FAccelByteModelsPartyDeleteCodeResponse const &)AccelByte::Api::Lobby
DECLARE_DELEGATE_OneParam(FPartyJoinViaCodeResponse, FAccelByteModelsPartyJoinResponse const &)AccelByte::Api::Lobby
DECLARE_DELEGATE_OneParam(FPartyPromoteLeaderResponse, FAccelByteModelsPartyPromoteLeaderResponse const &)AccelByte::Api::Lobby
DECLARE_DELEGATE_OneParam(FPartySendNotifResponse, FAccelByteModelsPartySendNotifResponse const &)AccelByte::Api::Lobby
DECLARE_DELEGATE_OneParam(FPartyNotif, FAccelByteModelsPartyNotif const &)AccelByte::Api::Lobby
DECLARE_DELEGATE_OneParam(FPersonalChatResponse, FAccelByteModelsPersonalMessageResponse const &)AccelByte::Api::Lobby
DECLARE_DELEGATE_OneParam(FPersonalChatNotif, FAccelByteModelsPersonalMessageNotice const &)AccelByte::Api::Lobby
DECLARE_DELEGATE_OneParam(FPartyChatResponse, FAccelByteModelsPartyMessageResponse const &)AccelByte::Api::Lobby
DECLARE_DELEGATE_OneParam(FPartyChatNotif, FAccelByteModelsPartyMessageNotice const &)AccelByte::Api::Lobby
DECLARE_DELEGATE_OneParam(FJoinDefaultChannelChatResponse, FAccelByteModelsJoinDefaultChannelResponse const &)AccelByte::Api::Lobby
DECLARE_DELEGATE_OneParam(FChannelChatResponse, FAccelByteModelsChannelMessageResponse const &)AccelByte::Api::Lobby
DECLARE_DELEGATE_OneParam(FChannelChatNotif, FAccelByteModelsChannelMessageNotice const &)AccelByte::Api::Lobby
DECLARE_DELEGATE_OneParam(FSetUserPresenceResponse, FAccelByteModelsSetOnlineUsersResponse const &)AccelByte::Api::Lobby
DECLARE_DELEGATE_OneParam(FFriendStatusNotif, FAccelByteModelsUsersPresenceNotice const &)AccelByte::Api::Lobby
DECLARE_DELEGATE_OneParam(FGetAllFriendsStatusResponse, FAccelByteModelsGetOnlineUsersResponse const &)AccelByte::Api::Lobby
DECLARE_DELEGATE_OneParam(FMessageNotif, FAccelByteModelsNotificationMessage const &)AccelByte::Api::Lobby
DECLARE_DELEGATE_OneParam(FUserBannedNotification, FAccelByteModelsUserBannedNotification const &)AccelByte::Api::Lobby
DECLARE_DELEGATE_OneParam(FUserUnbannedNotification, FAccelByteModelsUserBannedNotification const &)AccelByte::Api::Lobby
DECLARE_DELEGATE_OneParam(FRequestFriendsResponse, FAccelByteModelsRequestFriendsResponse const &)AccelByte::Api::Lobby
DECLARE_DELEGATE_OneParam(FUnfriendResponse, FAccelByteModelsUnfriendResponse const &)AccelByte::Api::Lobby
DECLARE_DELEGATE_OneParam(FListOutgoingFriendsResponse, FAccelByteModelsListOutgoingFriendsResponse const &)AccelByte::Api::Lobby
DECLARE_DELEGATE_OneParam(FListOutgoingFriendsWithTimeResponse, FAccelByteModelsListOutgoingFriendsWithTimeResponse const &)AccelByte::Api::Lobby
DECLARE_DELEGATE_OneParam(FCancelFriendsResponse, FAccelByteModelsCancelFriendsResponse const &)AccelByte::Api::Lobby
DECLARE_DELEGATE_OneParam(FListIncomingFriendsResponse, FAccelByteModelsListIncomingFriendsResponse const &)AccelByte::Api::Lobby
DECLARE_DELEGATE_OneParam(FListIncomingFriendsWithTimeResponse, FAccelByteModelsListIncomingFriendsWithTimeResponse const &)AccelByte::Api::Lobby
DECLARE_DELEGATE_OneParam(FAcceptFriendsResponse, FAccelByteModelsAcceptFriendsResponse const &)AccelByte::Api::Lobby
DECLARE_DELEGATE_OneParam(FRejectFriendsResponse, FAccelByteModelsRejectFriendsResponse const &)AccelByte::Api::Lobby
DECLARE_DELEGATE_OneParam(FLoadFriendListResponse, FAccelByteModelsLoadFriendListResponse const &)AccelByte::Api::Lobby
DECLARE_DELEGATE_OneParam(FGetFriendshipStatusResponse, FAccelByteModelsGetFriendshipStatusResponse const &)AccelByte::Api::Lobby
DECLARE_DELEGATE_OneParam(FAcceptFriendsNotif, FAccelByteModelsAcceptFriendsNotif const &)AccelByte::Api::Lobby
DECLARE_DELEGATE_OneParam(FRequestFriendsNotif, FAccelByteModelsRequestFriendsNotif const &)AccelByte::Api::Lobby
DECLARE_DELEGATE_OneParam(FUnfriendNotif, FAccelByteModelsUnfriendNotif const &)AccelByte::Api::Lobby
DECLARE_DELEGATE_OneParam(FCancelFriendsNotif, FAccelByteModelsCancelFriendsNotif const &)AccelByte::Api::Lobby
DECLARE_DELEGATE_OneParam(FRejectFriendsNotif, FAccelByteModelsRejectFriendsNotif const &)AccelByte::Api::Lobby
DECLARE_DELEGATE_OneParam(FBlockPlayerResponse, FAccelByteModelsBlockPlayerResponse const &)AccelByte::Api::Lobby
DECLARE_DELEGATE_OneParam(FUnblockPlayerResponse, FAccelByteModelsUnblockPlayerResponse const &)AccelByte::Api::Lobby
DECLARE_DELEGATE_OneParam(FListBlockedUserResponse, FAccelByteModelsListBlockedUserResponse const &)AccelByte::Api::Lobby
DECLARE_DELEGATE_OneParam(FListBlockerResponse, FAccelByteModelsListBlockerResponse const &)AccelByte::Api::Lobby
DECLARE_DELEGATE_OneParam(FBlockPlayerNotif, FAccelByteModelsBlockPlayerNotif const &)AccelByte::Api::Lobby
DECLARE_DELEGATE_OneParam(FUnblockPlayerNotif, FAccelByteModelsUnblockPlayerNotif const &)AccelByte::Api::Lobby
DECLARE_DELEGATE_OneParam(FSetSessionAttributeResponse, FAccelByteModelsSetSessionAttributesResponse const &)AccelByte::Api::Lobby
DECLARE_DELEGATE_OneParam(FGetSessionAttributeResponse, FAccelByteModelsGetSessionAttributesResponse const &)AccelByte::Api::Lobby
DECLARE_DELEGATE_OneParam(FGetAllSessionAttributeResponse, FAccelByteModelsGetAllSessionAttributesResponse const &)AccelByte::Api::Lobby
DECLARE_DELEGATE_OneParam(FRefreshTokenResponse, FAccelByteModelsRefreshTokenResponse const &)AccelByte::Api::Lobby
DECLARE_DELEGATE_OneParam(FV2PartyMembersChangedNotif, FAccelByteModelsV2PartyMembersChangedEvent)AccelByte::Api::Lobby
DECLARE_DELEGATE_OneParam(FV2PartyInvitedNotif, FAccelByteModelsV2PartyInvitedEvent)AccelByte::Api::Lobby
DECLARE_DELEGATE_OneParam(FV2PartyInviteTimeoutNotif, FAccelByteModelsV2PartyInviteTimeoutEvent)AccelByte::Api::Lobby
DECLARE_DELEGATE_OneParam(FV2PartyRejectedNotif, FAccelByteModelsV2PartyUserRejectedEvent)AccelByte::Api::Lobby
DECLARE_DELEGATE_OneParam(FV2PartyJoinedNotif, FAccelByteModelsV2PartyUserJoinedEvent)AccelByte::Api::Lobby
DECLARE_DELEGATE_OneParam(FV2PartyKickedNotif, FAccelByteModelsV2PartyUserKickedEvent)AccelByte::Api::Lobby
DECLARE_DELEGATE_OneParam(FV2PartyUpdatedNotif, FAccelByteModelsV2PartySession) (defined in AccelByte::Api::Lobby)AccelByte::Api::Lobby
DECLARE_DELEGATE_OneParam(FV2PartyStorageChangedNotif, FAccelByteModelsV2PartyStorageChangedEvent) (defined in AccelByte::Api::Lobby)AccelByte::Api::Lobby
DECLARE_DELEGATE_OneParam(FV2GameSessionInvitedNotif, FAccelByteModelsV2GameSessionUserInvitedEvent)AccelByte::Api::Lobby
DECLARE_DELEGATE_OneParam(FV2GameSessionInviteTimeoutNotif, FAccelByteModelsV2GameSessionUserInviteTimeoutEvent)AccelByte::Api::Lobby
DECLARE_DELEGATE_OneParam(FV2GameSessionJoinedNotif, FAccelByteModelsV2GameSessionUserJoinedEvent)AccelByte::Api::Lobby
DECLARE_DELEGATE_OneParam(FV2GameSessionMembersChangedNotif, FAccelByteModelsV2GameSessionMembersChangedEvent)AccelByte::Api::Lobby
DECLARE_DELEGATE_OneParam(FV2GameSessionUpdatedNotif, FAccelByteModelsV2GameSession)AccelByte::Api::Lobby
DECLARE_DELEGATE_OneParam(FV2GameSessionKickedNotif, FAccelByteModelsV2GameSessionUserKickedEvent)AccelByte::Api::Lobby
DECLARE_DELEGATE_OneParam(FV2GameSessionRejectedNotif, FAccelByteModelsV2GameSessionUserRejectedEvent)AccelByte::Api::Lobby
DECLARE_DELEGATE_OneParam(FV2GameSessionEndedNotif, FAccelByteModelsV2GameSessionEndedEvent)AccelByte::Api::Lobby
DECLARE_DELEGATE_OneParam(FV2SessionStorageChangedNotif, FAccelByteModelsV2SessionStorageChangedEvent)AccelByte::Api::Lobby
DECLARE_DELEGATE_OneParam(FV2SessionJoinedSecretNotif, FAccelByteModelsV2SessionJoinedSecret const &)AccelByte::Api::Lobby
DECLARE_DELEGATE_OneParam(FV2DSStatusChangedNotif, FAccelByteModelsV2DSStatusChangedNotif)AccelByte::Api::Lobby
DECLARE_DELEGATE_OneParam(FV2MatchmakingMatchFoundNotif, FAccelByteModelsV2MatchFoundNotif)AccelByte::Api::Lobby
DECLARE_DELEGATE_OneParam(FV2MatchmakingStartNotif, FAccelByteModelsV2StartMatchmakingNotif)AccelByte::Api::Lobby
DECLARE_DELEGATE_OneParam(FV2MatchmakingExpiredNotif, FAccelByteModelsV2MatchmakingExpiredNotif)AccelByte::Api::Lobby
DECLARE_DELEGATE_OneParam(FV2MatchmakingCanceledNotif, FAccelByteModelsV2MatchmakingCanceledNotif)AccelByte::Api::Lobby
DECLARE_DELEGATE_OneParam(FChangeUserRegionResponse, FAccelByteModelsChangeUserRegionResponse const &)AccelByte::Api::Lobby
DECLARE_DELEGATE_OneParam(FV2NativeSessionSyncNotif, FAccelByteModelsV2NativeSessionSyncNotif)AccelByte::Api::Lobby
DECLARE_DELEGATE_OneParam(FMatchmakingResponse, FAccelByteModelsMatchmakingResponse const &)AccelByte::Api::Lobby
DECLARE_DELEGATE_OneParam(FReadyConsentResponse, FAccelByteModelsReadyConsentRequest const &)AccelByte::Api::Lobby
DECLARE_DELEGATE_OneParam(FRejectConsentResponse, FAccelByteModelsRejectConsentRequest const &)AccelByte::Api::Lobby
DECLARE_DELEGATE_OneParam(FMatchmakingNotif, FAccelByteModelsMatchmakingNotice const &)AccelByte::Api::Lobby
DECLARE_DELEGATE_OneParam(FReadyConsentNotif, FAccelByteModelsReadyConsentNotice const &) (defined in AccelByte::Api::Lobby)AccelByte::Api::Lobby
DECLARE_DELEGATE_OneParam(FRejectConsentNotif, FAccelByteModelsRejectConsentNotice const &)AccelByte::Api::Lobby
DECLARE_DELEGATE_OneParam(FRematchmakingNotif, FAccelByteModelsRematchmakingNotice const &)AccelByte::Api::Lobby
DECLARE_DELEGATE_OneParam(FDsNotif, FAccelByteModelsDsNotice const &)AccelByte::Api::Lobby
DECLARE_DELEGATE_TwoParams(FSignalingP2P, FString const &, FString const &)AccelByte::Api::Lobby
DECLARE_DELEGATE_TwoParams(FErrorNotif, int32, FString const &)AccelByte::Api::Lobby
DECLARE_MULTICAST_DELEGATE_OneParam(FNotifBroadcaster, FAccelByteModelsNotificationMessage const &) (defined in AccelByte::Api::Lobby)AccelByte::Api::Lobby
DECLARE_MULTICAST_DELEGATE_OneParam(FV2PartyInviteCanceledNotif, FAccelByteModelsV2PartyInviteCanceledEvent)AccelByte::Api::Lobby
DECLARE_MULTICAST_DELEGATE_OneParam(FV2PartyCreatedNotif, FAccelByteModelsV2PartyCreatedEvent) (defined in AccelByte::Api::Lobby)AccelByte::Api::Lobby
DECLARE_MULTICAST_DELEGATE_OneParam(FV2GameSessionInviteCanceledNotif, FAccelByteModelsV2GameSessionInviteCanceledEvent)AccelByte::Api::Lobby
DECLARE_MULTICAST_DELEGATE_OneParam(FOneTimeCodeLinkedNotif, FAccelByteModelsOneTimeCodeLinked const &) (defined in AccelByte::Api::Lobby)AccelByte::Api::Lobby
DECLARE_MULTICAST_DELEGATE_OneParam(FEntitlementUpdatedNotif, FAccelByteModelsEntitlementUpdatedNotification const &)AccelByte::Api::Lobby
DECLARE_MULTICAST_DELEGATE_OneParam(FWalletBalanceChangedNotif, FAccelByteModelsWalletBalanceChangedNotification const &)AccelByte::Api::Lobby
DECLARE_MULTICAST_DELEGATE_OneParam(FWalletStatusChangedNotif, FAccelByteModelsWalletStatusChangedNotification const &)AccelByte::Api::Lobby
Disconnect(bool ForceCleanup=false)AccelByte::Api::Lobby
FApiBase(Credentials const &InCredentialsRef, Settings const &InSettingsRef, FHttpRetrySchedulerBase &InHttpRef, TSharedPtr< AccelByte::FApiClient, ESPMode::ThreadSafe > const &InApiClient) (defined in AccelByte::FApiBase)AccelByte::FApiBase
FApiBase(Credentials const &InCredentialsRef, Settings const &InSettingsRef, FHttpRetrySchedulerBase &InHttpRef, FAccelBytePlatformPtr const &InAccelBytePlatform) (defined in AccelByte::FApiBase)AccelByte::FApiBase
FConnectionClosed typedef (defined in AccelByte::Api::Lobby)AccelByte::Api::Lobby
FDisconnectNotif typedefAccelByte::Api::Lobby
FMassiveOutage typedef (defined in AccelByte::Api::Lobby)AccelByte::Api::Lobby
FReconnectAttempted typedef (defined in AccelByte::Api::Lobby)AccelByte::Api::Lobby
GetAllAsyncNotification()AccelByte::Api::Lobby
GetAllSessionAttribute()AccelByte::Api::Lobby
GetDefaultReconnectionStrategy() (defined in AccelByte::IWebsocketConfigurableReconnectStrategy)AccelByte::IWebsocketConfigurableReconnectStrategy
GetFriendshipStatus(FString const &UserId, THandler< FAccelByteModelsFriendshipStatusResponse > const &OnSuccess, FErrorHandler const &OnError)AccelByte::Api::Lobby
GetFriendshipStatus(FString const &UserId)AccelByte::Api::Lobby
GetListOfBlockedUsers(FString const &UserId, THandler< FAccelByteModelsListBlockedUserResponse > OnSuccess, FErrorHandler const &OnError)AccelByte::Api::Lobby
GetListOfBlockedUsers(THandler< FAccelByteModelsListBlockedUserResponse > const &OnSuccess, FErrorHandler const &OnError)AccelByte::Api::Lobby
GetListOfBlockers(FString const &UserId, THandler< FAccelByteModelsListBlockerResponse > const &OnSuccess, FErrorHandler const &OnError)AccelByte::Api::Lobby
GetListOfBlockers(THandler< FAccelByteModelsListBlockerResponse > const &OnSuccess, FErrorHandler const &OnError)AccelByte::Api::Lobby
GetNotifications(THandler< FAccelByteModelsGetUserNotificationsResponse > const &OnSuccess, FErrorHandler const &OnError, FDateTime const &StartTime=FDateTime{0}, FDateTime const &EndTime=FDateTime{0}, int32 Offset=0, int32 Limit=25)AccelByte::Api::Lobby
GetPartyData(FString const &PartyId, THandler< FAccelByteModelsPartyData > const &OnSuccess, FErrorHandler const &OnError)AccelByte::Api::Lobby
GetPartyStorage(FString const &PartyId, THandler< FAccelByteModelsPartyDataNotif > const &OnSuccess, FErrorHandler const &OnError)AccelByte::Api::Lobby
GetReconnectionStrategyDictionary() (defined in AccelByte::IWebsocketConfigurableReconnectStrategy)AccelByte::IWebsocketConfigurableReconnectStrategy
GetServerLatenciesJsonStr(TArray< TPair< FString, float > > const &SelectedLatencies)AccelByte::Api::Lobbystatic
GetSessionAttribute(FString const &Key)AccelByte::Api::Lobby
HasUnbanNotificationsScheduled() constAccelByte::Api::Lobby
HttpClient (defined in AccelByte::FApiBase)AccelByte::FApiBaseprotected
HttpRef (defined in AccelByte::FApiBase)AccelByte::FApiBaseprotected
IsConnected() constAccelByte::Api::Lobby
IsReconnecting() constAccelByte::Api::Lobby
IWebsocketConfigurableReconnectStrategy()=default (defined in AccelByte::IWebsocketConfigurableReconnectStrategy)AccelByte::IWebsocketConfigurableReconnectStrategy
ListIncomingFriends()AccelByte::Api::Lobby
ListIncomingFriendsWithTime()AccelByte::Api::Lobby
ListOutgoingFriends()AccelByte::Api::Lobby
ListOutgoingFriendsWithTime()AccelByte::Api::Lobby
LoadFriendsList()AccelByte::Api::Lobby
Lobby(Credentials &InCredentialsRef, Settings const &InSettingsRef, FHttpRetrySchedulerBase &InHttpRef, FAccelByteMessagingSystem &InMessagingSystemRef, FAccelByteNetworkConditioner &InNetworkConditionerRef, TSharedPtr< AccelByte::FApiClient, ESPMode::ThreadSafe > const &InApiClient=nullptr, float InPingDelay=30.f, float InInitialBackoffDelay=1.f, float InMaxBackoffDelay=30.f, float InTotalTimeout=60.f) (defined in AccelByte::Api::Lobby)AccelByte::Api::Lobby
Lobby(Credentials &InCredentialsRef, Settings const &InSettingsRef, FHttpRetrySchedulerBase &InHttpRef, FAccelByteMessagingSystem &InMessagingSystemRef, FAccelByteNetworkConditioner &InNetworkConditionerRef, FAccelBytePlatformPtr const &InAccelBytePlatform, float InPingDelay=30.f, float InInitialBackoffDelay=1.f, float InMaxBackoffDelay=30.f, float InTotalTimeout=60.f) (defined in AccelByte::Api::Lobby)AccelByte::Api::Lobby
LobbyMessageToJson(FString const &Message) (defined in AccelByte::Api::Lobby)AccelByte::Api::Lobbystatic
LockNotifications()AccelByte::Api::Lobby
OnMassiveOutageMulticastDelegate()AccelByte::Api::Lobby
OnReconnectAttemptedMulticastDelegate()AccelByte::Api::Lobby
QueryFriendList(THandler< FAccelByteModelsQueryFriendListResponse > const &OnSuccess, FErrorHandler const &OnError, int32 Offset=0, int32 Limit=20)AccelByte::Api::Lobby
QueryIncomingFriendRequest(THandler< FAccelByteModelsIncomingFriendRequests > const &OnSuccess, FErrorHandler const &OnError, int32 Offset=0, int32 Limit=20)AccelByte::Api::Lobby
QueryOutgoingFriendRequest(THandler< FAccelByteModelsOutgoingFriendRequests > const &OnSuccess, FErrorHandler const &OnError, int32 Offset=0, int32 Limit=20)AccelByte::Api::Lobby
RefreshToken(FString const &AccessToken)AccelByte::Api::Lobby
RejectFriend(FString const &UserId)AccelByte::Api::Lobby
RejectFriendRequest(FString const &UserId, FVoidHandler const &OnSuccess, FErrorHandler const &OnError)AccelByte::Api::Lobby
RemoveEntitlementUpdatedNotifDelegate(FDelegateHandle const &EntitlementUpdatedNotifDelegateHandle)AccelByte::Api::Lobbyinline
RemoveMessageNotifBroadcasterDelegate(FDelegateHandle const &OnNotificationBroadcasterDelegate)AccelByte::Api::Lobby
RemoveOneTimeCodeLinkedNotifDelegate(FDelegateHandle const &OneTimeCodeLinkedNotifDelegateHandle) (defined in AccelByte::Api::Lobby)AccelByte::Api::Lobbyinline
RemoveV2GameSessionInviteCanceledNotifDelegate(FDelegateHandle const &DelegateHandle) (defined in AccelByte::Api::Lobby)AccelByte::Api::Lobbyinline
RemoveV2PartyCreatedNotifDelegate(FDelegateHandle const &DelegateHandle) (defined in AccelByte::Api::Lobby)AccelByte::Api::Lobbyinline
RemoveV2PartyInviteCanceledNotifDelegate(FDelegateHandle const &DelegateHandle) (defined in AccelByte::Api::Lobby)AccelByte::Api::Lobbyinline
RemoveWalletBalanceChangedNotifDelegate(FDelegateHandle const &WalletBalanceChangedNotifDelegateHandle)AccelByte::Api::Lobbyinline
RemoveWalletStatusChangedNotifDelegate(FDelegateHandle const &WalletStatusChangedNotifDelegateHandle)AccelByte::Api::Lobbyinline
RequestDS(FString const &SessionID, FString const &GameMode, FString const &ClientVersion, FString const &Region, FString const &Deployment, FString const &ServerName=TEXT(""))AccelByte::Api::Lobby
RequestFriend(FString const &UserId)AccelByte::Api::Lobby
RequestFriendByPublicId(FString const &PublicId)AccelByte::Api::Lobby
SendAcceptInvitationRequest(FString const &PartyId, FString const &InvitationToken)AccelByte::Api::Lobby
SendCancelMatchmaking(FString const &GameMode, bool IsTempParty=false)AccelByte::Api::Lobby
SendChannelMessage(FString const &Message)AccelByte::Api::Lobby
SendCreatePartyRequest()AccelByte::Api::Lobby
SendFriendRequest(FString const &UserId, FVoidHandler const &OnSuccess, FErrorHandler const &OnError)AccelByte::Api::Lobby
SendFriendRequestByPublicId(FString const &PublicId, FVoidHandler const &OnSuccess, FErrorHandler const &OnError)AccelByte::Api::Lobby
SendGetOnlineFriendPresenceRequest()AccelByte::Api::Lobby
SendGetOnlineUsersRequest()AccelByte::Api::Lobby
SendInfoPartyRequest()AccelByte::Api::Lobby
SendInfoPartyRequest(FPartyInfoResponse const &OnInfoPartyResponse, FErrorHandler const &OnError=nullptr) (defined in AccelByte::Api::Lobby)AccelByte::Api::Lobby
SendInviteToPartyRequest(FString const &UserId)AccelByte::Api::Lobby
SendJoinDefaultChannelChatRequest()AccelByte::Api::Lobby
SendKickPartyMemberRequest(FString const &UserId)AccelByte::Api::Lobby
SendLeavePartyRequest()AccelByte::Api::Lobby
SendNotificationToPartyMember(FString const &Topic, FString const &Payload)AccelByte::Api::Lobby
SendNotificationToUser(FString const &SendToUserId, FAccelByteModelsFreeFormNotificationRequest const &Message, bool bAsync, FVoidHandler const &OnSuccess, FErrorHandler const &OnError)AccelByte::Api::Lobby
SendPartyDeleteCodeRequest()AccelByte::Api::Lobby
SendPartyGenerateCodeRequest()AccelByte::Api::Lobby
SendPartyGetCodeRequest()AccelByte::Api::Lobby
SendPartyJoinViaCodeRequest(FString const &partyCode)AccelByte::Api::Lobby
SendPartyMessage(FString const &Message)AccelByte::Api::Lobby
SendPartyPromoteLeaderRequest(FString const &UserId)AccelByte::Api::Lobby
SendPing()AccelByte::Api::Lobby
SendPrivateMessage(FString const &UserId, FString const &Message)AccelByte::Api::Lobby
SendReadyConsentRequest(FString const &MatchId)AccelByte::Api::Lobby
SendRejectConsentRequest(FString const &MatchId)AccelByte::Api::Lobby
SendRejectInvitationRequest(FString const &PartyId, FString const &InvitationToken)AccelByte::Api::Lobby
SendSetPresenceStatus(EAvailability Availability, FString const &Activity)AccelByte::Api::Lobby
SendSignalingMessage(FString const &UserId, FString const &Message)AccelByte::Api::Lobby
SendStartMatchmaking(FString const &GameMode, FString const &ServerName, FString const &ClientVersion=TEXT(""), TArray< TPair< FString, float > > const &Latencies={}, TMap< FString, FString > const &PartyAttributes={}, TArray< FString > const &TempPartyUserIds={}, TArray< FString > const &ExtraAttributes={})AccelByte::Api::Lobby
SendStartMatchmaking(FString const &GameMode, TArray< FString > const &TempPartyUserIds, FString const &ServerName=TEXT(""), FString const &ClientVersion=TEXT(""), TArray< TPair< FString, float > > const &Latencies={}, TMap< FString, FString > const &PartyAttributes={}, TArray< FString > const &ExtraAttributes={})AccelByte::Api::Lobby
SendStartMatchmaking(FString const &GameMode, TMap< FString, FString > const &PartyAttributes, FString const &ServerName=TEXT(""), FString const &ClientVersion=TEXT(""), TArray< TPair< FString, float > > const &Latencies={}, TArray< FString > const &TempPartyUserIds={}, TArray< FString > const &ExtraAttributes={})AccelByte::Api::Lobby
SendStartMatchmaking(FString const &GameMode, TMap< FString, FString > const &PartyAttributes, TArray< FString > const &TempPartyUserIds, FString const &ServerName=TEXT(""), FString const &ClientVersion=TEXT(""), TArray< TPair< FString, float > > const &Latencies={}, TArray< FString > const &ExtraAttributes={})AccelByte::Api::Lobby
SendStartMatchmaking(FString const &GameMode, FMatchmakingOptionalParams const &OptionalParams={})AccelByte::Api::Lobby
SetAcceptFriendsResponseDelegate(FAcceptFriendsResponse const &OnAcceptFriendsResponse, FErrorHandler const &OnError=nullptr)AccelByte::Api::Lobbyinline
SetApiClient(TSharedPtr< AccelByte::FApiClient, ESPMode::ThreadSafe > const &InApiClient) (defined in AccelByte::FApiBase)AccelByte::FApiBase
SetBlockPlayerNotifDelegate(FBlockPlayerNotif const &OnBlockPlayerNotif)AccelByte::Api::Lobbyinline
SetBlockPlayerResponseDelegate(FBlockPlayerResponse const &OnBlockPlayerResponse, FErrorHandler const &OnError=nullptr)AccelByte::Api::Lobbyinline
SetCancelFriendsResponseDelegate(FCancelFriendsResponse const &OnCancelFriendsResponse, FErrorHandler const &OnError=nullptr)AccelByte::Api::Lobbyinline
SetCancelMatchmakingResponseDelegate(FMatchmakingResponse const &OnMatchmakingCancel, FErrorHandler const &OnError=nullptr)AccelByte::Api::Lobbyinline
SetChangeUserRegionDelegate(FChangeUserRegionResponse const &OnChangeUserRegionResponse, FErrorHandler const &OnError=nullptr)AccelByte::Api::Lobbyinline
SetChannelMessageNotifDelegate(FChannelChatNotif const &OnChannelMessageNotif)AccelByte::Api::Lobbyinline
SetChannelMessageResponseDelegate(FChannelChatResponse const &OnChannelMessageResponse, FErrorHandler const &OnError=nullptr)AccelByte::Api::Lobbyinline
SetConnectFailedDelegate(FErrorHandler const &OnConnectError)AccelByte::Api::Lobby
SetConnectionClosedDelegate(FConnectionClosed const &OnConnectionClosed)AccelByte::Api::Lobby
SetConnectSuccessDelegate(FConnectSuccess const &OnConnectSuccess)AccelByte::Api::Lobby
SetCreateDSDelegate(FBaseResponse const &OnCreateDSResponse, FErrorHandler const &OnError=nullptr)AccelByte::Api::Lobbyinline
SetCreatePartyResponseDelegate(FPartyCreateResponse const &OnCreatePartyResponse, FErrorHandler const &OnError=nullptr)AccelByte::Api::Lobbyinline
SetDefaultReconnectionStrategy(const FReconnectionStrategy &Strategy) (defined in AccelByte::IWebsocketConfigurableReconnectStrategy)AccelByte::IWebsocketConfigurableReconnectStrategy
SetDisconnectNotifDelegate(FDisconnectNotif const &OnDisconnectNotice)AccelByte::Api::Lobby
SetDsNotifDelegate(FDsNotif const &OnDsNotification)AccelByte::Api::Lobbyinline
SetErrorNotifDelegate(FErrorNotif const &OnErrorNotif)AccelByte::Api::Lobbyinline
SetGetAllSessionAttributeDelegate(FGetAllSessionAttributeResponse const &OnGetAllSessionAttributeResponse, FErrorHandler const &OnError=nullptr)AccelByte::Api::Lobbyinline
SetGetAllUserPresenceResponseDelegate(FGetAllFriendsStatusResponse const &OnGetAllUserPresenceResponse, FErrorHandler const &OnError=nullptr)AccelByte::Api::Lobbyinline
SetGetFriendshipStatusResponseDelegate(FGetFriendshipStatusResponse const &OnGetFriendshipStatusResponse, FErrorHandler const &OnError=nullptr)AccelByte::Api::Lobbyinline
SetGetOnlineFriendsPresenceResponseDelegate(FGetAllFriendsStatusResponse const &OnGetFriendsPresenceResponse, FErrorHandler const &OnError=nullptr)AccelByte::Api::Lobbyinline
SetGetSessionAttributeDelegate(FGetSessionAttributeResponse const &OnGetSessionAttributeResponse, FErrorHandler const &OnError=nullptr)AccelByte::Api::Lobbyinline
SetInfoPartyResponseDelegate(FPartyInfoResponse const &OnInfoPartyResponse, FErrorHandler const &OnError=nullptr)AccelByte::Api::Lobbyinline
SetInvitePartyJoinResponseDelegate(FPartyJoinResponse const &OnInvitePartyJoinResponse, FErrorHandler const &OnError=nullptr)AccelByte::Api::Lobbyinline
SetInvitePartyKickMemberResponseDelegate(FPartyKickResponse const &OnInvitePartyKickMemberResponse, FErrorHandler const &OnError=nullptr)AccelByte::Api::Lobbyinline
SetInvitePartyRejectResponseDelegate(FPartyRejectResponse const &OnInvitePartyRejectResponse, FErrorHandler const &OnError=nullptr)AccelByte::Api::Lobbyinline
SetInvitePartyResponseDelegate(FPartyInviteResponse const &OnInvitePartyResponse, FErrorHandler const &OnError=nullptr)AccelByte::Api::Lobbyinline
SetJoinChannelChatResponseDelegate(FJoinDefaultChannelChatResponse const &OnJoinDefaultChannelResponse, FErrorHandler const &OnError=nullptr)AccelByte::Api::Lobbyinline
SetLeavePartyResponseDelegate(FPartyLeaveResponse const &OnLeavePartyResponse, FErrorHandler const &OnError=nullptr)AccelByte::Api::Lobbyinline
SetListIncomingFriendsResponseDelegate(FListIncomingFriendsResponse const &OnListIncomingFriendsResponse, FErrorHandler const &OnError=nullptr)AccelByte::Api::Lobbyinline
SetListIncomingFriendsWithTimeResponseDelegate(FListIncomingFriendsWithTimeResponse const &OnListIncomingFriendsWithTimeResponse, FErrorHandler const &OnError=nullptr)AccelByte::Api::Lobbyinline
SetListOutgoingFriendsResponseDelegate(FListOutgoingFriendsResponse const &OnListOutgoingFriendsResponse, FErrorHandler const &OnError=nullptr)AccelByte::Api::Lobbyinline
SetListOutgoingFriendsWithTimeResponseDelegate(FListOutgoingFriendsWithTimeResponse const &OnListOutgoingFriendsWithTimeResponse, FErrorHandler const &OnError=nullptr)AccelByte::Api::Lobbyinline
SetLoadFriendListResponseDelegate(FLoadFriendListResponse const &OnLoadFriendListResponse, FErrorHandler const &OnError=nullptr)AccelByte::Api::Lobbyinline
SetMatchmakingNotifDelegate(FMatchmakingNotif const &OnMatchmakingNotification)AccelByte::Api::Lobbyinline
SetMessageNotifDelegate(FMessageNotif const &OnNotificationMessage)AccelByte::Api::Lobby
SetOnCancelFriendsNotifDelegate(FCancelFriendsNotif const &OnCancelFriendsNotif)AccelByte::Api::Lobbyinline
SetOnFriendRequestAcceptedNotifDelegate(FAcceptFriendsNotif const &OnAcceptFriendsNotif)AccelByte::Api::Lobbyinline
SetOnIncomingRequestFriendsNotifDelegate(FRequestFriendsNotif const &OnRequestFriendsNotif)AccelByte::Api::Lobbyinline
SetOnMatchmakingSuccessInitQosScheduler()AccelByte::Api::Lobby
SetOnRejectFriendsNotifDelegate(FRejectFriendsNotif const &OnRejectFriendsNotif)AccelByte::Api::Lobbyinline
SetOnUnfriendNotifDelegate(FUnfriendNotif const &OnUnfriendNotif)AccelByte::Api::Lobbyinline
SetParsingErrorDelegate(FErrorHandler const &OnParsingError)AccelByte::Api::Lobbyinline
SetPartyChatNotifDelegate(FPartyChatNotif const &OnPersonalChatNotif)AccelByte::Api::Lobby
SetPartyDataUpdateNotifDelegate(FPartyDataUpdateNotif const &OnPartyDataUpdateNotif)AccelByte::Api::Lobbyinline
SetPartyDataUpdateResponseDelegate(FPartyDataUpdateNotif const &OnPartyDataUpdateNotif)AccelByte::Api::Lobbyinline
SetPartyDeleteCodeResponseDelegate(FPartyDeleteCodeResponse const &OnPartyDeleteCodeResponse, FErrorHandler const &OnError=nullptr)AccelByte::Api::Lobbyinline
SetPartyGenerateCodeResponseDelegate(FPartyGenerateCodeResponse const &OnPartyGenerateCodeResponse, FErrorHandler const &OnError=nullptr)AccelByte::Api::Lobbyinline
SetPartyGetCodeResponseDelegate(FPartyGetCodeResponse const &OnPartyGetCodeResponse, FErrorHandler const &OnError=nullptr)AccelByte::Api::Lobbyinline
SetPartyGetInvitedNotifDelegate(FPartyGetInvitedNotif const &OnInvitePartyGetInvitedNotice)AccelByte::Api::Lobby
SetPartyInvitationRejectedNotifDelegate(FPartyRejectNotif const &OnInvitePartyRejectNotice)AccelByte::Api::Lobby
SetPartyInviteNotifDelegate(FPartyInviteNotif const &OnPartyInviteNotif)AccelByte::Api::Lobby
SetPartyJoinNotifDelegate(FPartyJoinNotif const &OnInvitePartyJoinNotice)AccelByte::Api::Lobby
SetPartyJoinViaCodeResponseDelegate(FPartyJoinViaCodeResponse const &OnPartyJoinViaCodeResponse, FErrorHandler const &OnError=nullptr)AccelByte::Api::Lobbyinline
SetPartyKickNotifDelegate(FPartyKickNotif const &OnInvitePartyKickedNotice)AccelByte::Api::Lobby
SetPartyLeaveNotifDelegate(FPartyLeaveNotif const &OnPartyLeaveNotice)AccelByte::Api::Lobby
SetPartyMemberConnectNotifDelegate(FPartyMemberConnectNotif const &OnPartyMemberConnectNotif)AccelByte::Api::Lobby
SetPartyMemberDisconnectNotifDelegate(FPartyMemberDisconnectNotif const &OnPartyMemberDisconnectNotif)AccelByte::Api::Lobby
SetPartyMemberLeaveNotifDelegate(FPartyMemberLeaveNotif const &OnPartyMemberLeaveNotice)AccelByte::Api::Lobby
SetPartyMessageResponseDelegate(FPartyChatResponse const &OnPartyMessageResponse, FErrorHandler const &OnError=nullptr)AccelByte::Api::Lobbyinline
SetPartyNotifDelegate(FPartyNotif const &OnPartyNotif)AccelByte::Api::Lobby
SetPartyPromoteLeaderResponseDelegate(FPartyPromoteLeaderResponse const &OnPartyPromoteLeaderResponse, FErrorHandler const &OnError=nullptr)AccelByte::Api::Lobbyinline
SetPartySendNotifResponseDelegate(FPartySendNotifResponse const &OnPartySendNotifResponse, FErrorHandler const &OnError=nullptr)AccelByte::Api::Lobbyinline
SetPartySizeLimit(FString const &PartyId, int32 Limit, FVoidHandler const &OnSuccess, FErrorHandler const &OnError)AccelByte::Api::Lobby
SetPrivateMessageNotifDelegate(FPersonalChatNotif const &OnPersonalChatNotif)AccelByte::Api::Lobby
SetPrivateMessageResponseDelegate(FPersonalChatResponse const &OnPrivateMessageResponse, FErrorHandler const &OnError=nullptr)AccelByte::Api::Lobbyinline
SetReadyConsentNotifDelegate(FReadyConsentNotif const &OnReadyConsentNotification)AccelByte::Api::Lobbyinline
SetReadyConsentResponseDelegate(FReadyConsentResponse const &OnReadyConsentResponse, FErrorHandler const &OnError=nullptr)AccelByte::Api::Lobbyinline
SetReconnectingDelegate(FConnectionClosed const &OnReconnecting)AccelByte::Api::Lobby
SetRefreshTokenDelegate(const FRefreshTokenResponse &OnRefreshTokenResponse, FErrorHandler const &OnError=nullptr)AccelByte::Api::Lobbyinline
SetRejectConsentNotifDelegate(FRejectConsentNotif const &OnRejectConsentNotification)AccelByte::Api::Lobbyinline
SetRejectConsentResponseDelegate(FRejectConsentResponse const &OnRejectConsentResponse, FErrorHandler const &OnError=nullptr)AccelByte::Api::Lobbyinline
SetRejectFriendsResponseDelegate(FRejectFriendsResponse const &OnRejectFriendsResponse, FErrorHandler const &OnError=nullptr)AccelByte::Api::Lobbyinline
SetRematchmakingNotifDelegate(FRematchmakingNotif const &OnRematchmakingNotification)AccelByte::Api::Lobbyinline
SetRequestFriendsByPublicIdResponseDelegate(FRequestFriendsResponse const &OnRequestFriendsResponse, FErrorHandler const &OnError=nullptr)AccelByte::Api::Lobbyinline
SetRequestFriendsResponseDelegate(FRequestFriendsResponse const &OnRequestFriendsResponse, FErrorHandler const &OnError=nullptr)AccelByte::Api::Lobbyinline
SetSessionAttribute(FString const &Key, FString const &Value)AccelByte::Api::Lobby
SetSetSessionAttributeDelegate(FSetSessionAttributeResponse const &OnSetSessionAttributeResponse, FErrorHandler const &OnError=nullptr)AccelByte::Api::Lobbyinline
SetSignalingP2PDelegate(FSignalingP2P const &OnSignalingP2P)AccelByte::Api::Lobbyinline
SetSpecificReconnectionStrategy(EWebsocketClosureCodeForSpecificRetry WebsocketDisconnectionCode, const FReconnectionStrategy &Strategy) (defined in AccelByte::IWebsocketConfigurableReconnectStrategy)AccelByte::IWebsocketConfigurableReconnectStrategy
SetSpecificReconnectionStrategy(int32 RawWebsocketConnectionCode, const FReconnectionStrategy &Strategy) (defined in AccelByte::IWebsocketConfigurableReconnectStrategy)AccelByte::IWebsocketConfigurableReconnectStrategy
SetStartMatchmakingResponseDelegate(FMatchmakingResponse const &OnMatchmakingStart, FErrorHandler const &OnError=nullptr)AccelByte::Api::Lobbyinline
SettingsRef (defined in AccelByte::FApiBase)AccelByte::FApiBaseprotected
SetTokenGenerator(TSharedPtr< IAccelByteTokenGenerator > const &TokenGenerator)AccelByte::Api::Lobby
SetUnblockPlayerNotifDelegate(FUnblockPlayerNotif const &OnUnblockPlayerNotif)AccelByte::Api::Lobbyinline
SetUnblockPlayerResponseDelegate(FUnblockPlayerResponse const &OnUnblockPlayerResponse, FErrorHandler const &OnError=nullptr)AccelByte::Api::Lobbyinline
SetUnfriendResponseDelegate(FUnfriendResponse const &OnUnfriendResponse, FErrorHandler const &OnError=nullptr)AccelByte::Api::Lobbyinline
SetUserBannedNotificationDelegate(FUserBannedNotification const &OnUserBannedNotification)AccelByte::Api::Lobbyinline
SetUserPresenceNotifDelegate(FFriendStatusNotif const &OnUserPresenceNotif)AccelByte::Api::Lobby
SetUserPresenceResponseDelegate(FSetUserPresenceResponse const &OnSetUserPresenceResponse, FErrorHandler const &OnError=nullptr)AccelByte::Api::Lobbyinline
SetUserUnbannedNotificationDelegate(FUserUnbannedNotification const &OnUserUnbannedNotification)AccelByte::Api::Lobbyinline
SetV2DSStatusChangedNotifDelegate(FV2DSStatusChangedNotif const &OnDSStatusChangedNotif)AccelByte::Api::Lobbyinline
SetV2GameSessionEndedNotifDelegate(FV2GameSessionEndedNotif const &OnGameSessionEndededNotif)AccelByte::Api::Lobbyinline
SetV2GameSessionInvitedNotifDelegate(FV2GameSessionInvitedNotif const &OnGameSessionInvitedNotif)AccelByte::Api::Lobbyinline
SetV2GameSessionInviteTimeoutNotifDelegate(FV2GameSessionInviteTimeoutNotif const &OnGameSessionInviteTimeoutNotif)AccelByte::Api::Lobbyinline
SetV2GameSessionJoinedNotifDelegate(FV2GameSessionJoinedNotif const &OnGameSessionJoinedNotif)AccelByte::Api::Lobbyinline
SetV2GameSessionKickedNotifDelegate(FV2GameSessionKickedNotif const &OnGameSessionKickedNotif)AccelByte::Api::Lobbyinline
SetV2GameSessionMembersChangedNotifDelegate(FV2GameSessionMembersChangedNotif const &OnGameSessionMembersChangedNotif)AccelByte::Api::Lobbyinline
SetV2GameSessionRejectedNotifDelegate(FV2GameSessionRejectedNotif const &OnGameSessionRejectedNotif)AccelByte::Api::Lobbyinline
SetV2GameSessionUpdatedNotifDelegate(FV2GameSessionUpdatedNotif const &OnGameSessionUpdatedNotif)AccelByte::Api::Lobbyinline
SetV2MatchmakingCanceledNotifDelegate(FV2MatchmakingCanceledNotif const &OnMatchmakingCanceledNotif)AccelByte::Api::Lobbyinline
SetV2MatchmakingExpiredNotifDelegate(FV2MatchmakingExpiredNotif const &OnMatchmakingExpiredNotif)AccelByte::Api::Lobbyinline
SetV2MatchmakingMatchFoundNotifDelegate(FV2MatchmakingMatchFoundNotif const &OnMatchFoundNotif)AccelByte::Api::Lobbyinline
SetV2MatchmakingStartNotifDelegate(FV2MatchmakingStartNotif const &OnMatchmakingStartNotif)AccelByte::Api::Lobbyinline
SetV2NativeSessionSyncNotifDelegate(const FV2NativeSessionSyncNotif &OnV2NativeSessionSyncNotif)AccelByte::Api::Lobbyinline
SetV2PartyInvitedNotifDelegate(FV2PartyInvitedNotif const &OnPartyInvitedNotif)AccelByte::Api::Lobbyinline
SetV2PartyInviteTimeoutNotifDelegate(FV2PartyInviteTimeoutNotif const &OnPartyInviteTimeoutNotif)AccelByte::Api::Lobbyinline
SetV2PartyJoinedNotifDelegate(FV2PartyJoinedNotif const &OnPartyJoinedNotif)AccelByte::Api::Lobbyinline
SetV2PartyKickedNotifDelegate(FV2PartyKickedNotif const &OnPartyKickedNotif)AccelByte::Api::Lobbyinline
SetV2PartyMembersChangedNotifDelegate(FV2PartyMembersChangedNotif const &OnPartyMembersChanged)AccelByte::Api::Lobbyinline
SetV2PartyRejectedNotifDelegate(FV2PartyRejectedNotif const &OnPartyRejectedNotif)AccelByte::Api::Lobbyinline
SetV2PartyStorageChangedNotifDelegate(FV2PartyStorageChangedNotif const &OnPartyStorageChangedNotif)AccelByte::Api::Lobbyinline
SetV2PartyUpdatedNotifDelegate(FV2PartyUpdatedNotif const &OnPartyUpdatedNotif)AccelByte::Api::Lobbyinline
SetV2SessionJoinedSecretNotifDelegate(FV2SessionJoinedSecretNotif const &OnSessionJoinedSecretNotif)AccelByte::Api::Lobbyinline
SetV2SessionStorageChangedNotifDelegate(FV2SessionStorageChangedNotif const &OnSessionStorageChangedNotif)AccelByte::Api::Lobbyinline
Startup()AccelByte::Api::Lobby
SyncThirdPartyBlockList(FAccelByteModelsSyncThirdPartyBlockListRequest const &Request, THandler< TArray< FAccelByteModelsSyncThirdPartyBlockListResponse > > const &OnSuccess, FErrorHandler const &OnError)AccelByte::Api::Lobby
SyncThirdPartyFriends(FAccelByteModelsSyncThirdPartyFriendsRequest const &Request, THandler< TArray< FAccelByteModelsSyncThirdPartyFriendsResponse > > const &OnSuccess, FErrorHandler const &OnError)AccelByte::Api::Lobby
UnbindBlockNotifEvents()AccelByte::Api::Lobby
UnbindBlockResponseEvents()AccelByte::Api::Lobby
UnbindChatNotifEvents()AccelByte::Api::Lobby
UnbindChatResponseEvents()AccelByte::Api::Lobby
UnbindEvent()AccelByte::Api::Lobby
UnbindFriendNotifEvents()AccelByte::Api::Lobby
UnbindFriendResponseEvents()AccelByte::Api::Lobby
UnbindMatchmakingNotifEvents()AccelByte::Api::Lobby
UnbindMatchmakingResponseEvents()AccelByte::Api::Lobby
UnbindMessageNotificationEvents()AccelByte::Api::Lobby
UnbindPartyNotifEvents()AccelByte::Api::Lobby
UnbindPartyResponseEvents()AccelByte::Api::Lobby
UnbindSessionAttributeEvents()AccelByte::Api::Lobby
UnbindV2GameSessionEvents()AccelByte::Api::Lobby
UnbindV2MatchmakingEvents()AccelByte::Api::Lobby
UnbindV2PartyEvents()AccelByte::Api::Lobby
UnbindV2SessionGeneralEvents()AccelByte::Api::Lobby
UnblockPlayer(FString const &UserId, FVoidHandler const &OnSuccess, FErrorHandler const &OnError)AccelByte::Api::Lobby
UnblockPlayer(FString const &UserId)AccelByte::Api::Lobby
Unfriend(FString const &UserId, FVoidHandler const &OnSuccess, FErrorHandler const &OnError)AccelByte::Api::Lobby
Unfriend(FString const &UserId)AccelByte::Api::Lobby
ValidateAccelByteId(FString const &Id, EAccelByteIdHypensRule HypenRule, FString const &ErrorMessage, T const &OnError) (defined in AccelByte::FApiBase)AccelByte::FApiBaseinlineprotected
WritePartyStorage(FString const &PartyId, TFunction< FJsonObjectWrapper(FJsonObjectWrapper)> const &PayloadModifier, THandler< FAccelByteModelsPartyDataNotif > const &OnSuccess, FErrorHandler const &OnError, uint32 RetryAttempt=1)AccelByte::Api::Lobby
~IWebsocketConfigurableReconnectStrategy()=default (defined in AccelByte::IWebsocketConfigurableReconnectStrategy)AccelByte::IWebsocketConfigurableReconnectStrategy
~Lobby() (defined in AccelByte::Api::Lobby)AccelByte::Api::Lobbyvirtual