Navigation
API > API/Runtime > API/Runtime/XMPP
Info to configure a new room
| |
|
| Name |
FXmppRoomConfig |
| Type |
class |
| Header File |
/Engine/Source/Runtime/Online/XMPP/Public/XmppMultiUserChat.h |
| Include Path |
#include "XmppMultiUserChat.h" |
Syntax
class FXmppRoomConfig
Constructors
Enums
Public
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| bIsPersistent |
bool |
|
XmppMultiUserChat.h |
|
| bIsPrivate |
bool |
|
XmppMultiUserChat.h |
|
| Password |
FString |
|
XmppMultiUserChat.h |
|
| RoomDesc |
FString |
|
XmppMultiUserChat.h |
|
| RoomName |
FString |
|
XmppMultiUserChat.h |
|
Protected
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| bAllowChangeSubject |
bool |
|
XmppMultiUserChat.h |
|
| bAllowPublicSearch |
bool |
These fields are not used yet. |
XmppMultiUserChat.h |
|
| bIsMembersOnly |
bool |
|
XmppMultiUserChat.h |
|
| bIsModerated |
bool |
|
XmppMultiUserChat.h |
|
| MaxMsgHistory |
int32 |
|
XmppMultiUserChat.h |
|
| RoomAnonymity |
ERoomAnonymity |
|
XmppMultiUserChat.h |
|
Functions
Public
Static