Navigation
API > API/Runtime > API/Runtime/XMPP
Member of a chat room
| Name | FXmppChatMember |
| Type | class |
| Header File | /Engine/Source/Runtime/Online/XMPP/Public/XmppMultiUserChat.h |
| Include Path | #include "XmppMultiUserChat.h" |
Syntax
class FXmppChatMember
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| XmppMultiUserChat.h | |||
FXmppChatMember
(
const FXmppMucPresence& MemberPresence |
XmppMultiUserChat.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Affiliation | EXmppChatMemberAffiliation::Type | Affiliation of the member in the chat room | XmppMultiUserChat.h | |
| Nickname | FString | Nickname of the user | XmppMultiUserChat.h | |
| Role | EXmppChatMemberRole::Type | Role of the member in the chat room | XmppMultiUserChat.h | |
| RoomMemberJid | FXmppUserJid | JID of the member for the chat room Use this to identify the user in the chat room (such as iterating the chat room's members) ex: RoomId@MucDomain/MemberMucResource | XmppMultiUserChat.h | |
| UserJid | FXmppUserJid | JID of the member outside of the chat room, if the room is non-anonymous. | XmppMultiUserChat.h | |
| UserPresence | FXmppUserPresence | Presence of the member | XmppMultiUserChat.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FString ToDebugString() |
XmppMultiUserChat.h |