Navigation
API > API/Runtime > API/Runtime/XMPP
Info to configure a new PubSub node
| Name | FXmppPubSubConfig |
| Type | class |
| Header File | /Engine/Source/Runtime/Online/XMPP/Public/XmppPubSub.h |
| Include Path | #include "XmppPubSub.h" |
Syntax
class FXmppPubSubConfig
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FXmppPubSubConfig() |
XmppPubSub.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bCollection | bool | Node is a collection of node instead of a leaf node. can only publish to leaf nodes | XmppPubSub.h | |
| bPersistItems | bool | Items published to the node are not persisted | XmppPubSub.h | |
| CollectionId | FXmppPubSubId | Optional id of collection node to use as container/parent for this node | XmppPubSub.h | |
| MaxItems | int32 | Maximum number of items that the node will persist | XmppPubSub.h | |
| MaxPayloadSize | int32 | Maximum size of item payload in bytes | XmppPubSub.h |