Chat Unreal v3
Chat Unreal
Chat
Unreal
Home
/
Chat
/
Unreal
/
Channels
To filter channels by users, use the SetUsersExactFilter()
or SetUsersIncludeFilter()
. Let's assume the ID of the current user is Jane and the user is a member of two group channels:
- channelA consists of Katherine, Jane, and Julia.
- channelB consists of Katherine, Jane, Julia, and Tyler.
An ExactFilter
returns the list of channels containing exactly the queried users.
An IncludeFilter
returns channels where the userIDs are included. This method can return one of two different results, based on the parameter SBDGroupChannelListQueryType
.