Stream Chat Unreal SDK
Loading...
Searching...
No Matches
FMember Struct Reference

Contains information about a member of a chat channel. More...

#include <Member.h>

Public Member Functions

 FMember ()
 Needed by USTRUCT system. Shouldn't be used directly.
 
 FMember (const FUserRef &User)
 Create a member from a user.
 
 FMember (const FChannelMemberDto &, UUserManager *)
 Create a member from a DTO from the API.
 
bool operator== (const FUserRef &) const
 
bool operator== (const FMember &) const
 

Public Attributes

FUserRef User
 The user information of this member.
 
FDateTime BanExpires = FDateTime{0}
 Expiration date of the ban.
 
bool bBanned = false
 Whether member is banned in this channel or not.
 
FString ChannelRole
 Role of the member in the channel.
 

Friends

uint32 GetTypeHash (const FMember &M)
 

Detailed Description

Contains information about a member of a chat channel.


The documentation for this struct was generated from the following files: