![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <XmppPubSub.h>
Public Member Functions | |
| FXmppPubSubConfig () | |
Public Attributes | |
| bool | bPersistItems |
| bool | bCollection |
| int32 | MaxItems |
| int32 | MaxPayloadSize |
| FXmppPubSubId | CollectionId |
Info to configure a new PubSub node
|
inline |
| bool FXmppPubSubConfig::bCollection |
node is a collection of node instead of a leaf node. can only publish to leaf nodes
| bool FXmppPubSubConfig::bPersistItems |
items published to the node are not persisted
| FXmppPubSubId FXmppPubSubConfig::CollectionId |
optional id of collection node to use as container/parent for this node
| int32 FXmppPubSubConfig::MaxItems |
maximum number of items that the node will persist
| int32 FXmppPubSubConfig::MaxPayloadSize |
maximum size of item payload in bytes