UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FXmppPubSubConfig Class Reference

#include <XmppPubSub.h>

Public Member Functions

 FXmppPubSubConfig ()
 

Public Attributes

bool bPersistItems
 
bool bCollection
 
int32 MaxItems
 
int32 MaxPayloadSize
 
FXmppPubSubId CollectionId
 

Detailed Description

Info to configure a new PubSub node

Constructor & Destructor Documentation

◆ FXmppPubSubConfig()

FXmppPubSubConfig::FXmppPubSubConfig ( )
inline

Member Data Documentation

◆ bCollection

bool FXmppPubSubConfig::bCollection

node is a collection of node instead of a leaf node. can only publish to leaf nodes

◆ bPersistItems

bool FXmppPubSubConfig::bPersistItems

items published to the node are not persisted

◆ CollectionId

FXmppPubSubId FXmppPubSubConfig::CollectionId

optional id of collection node to use as container/parent for this node

◆ MaxItems

int32 FXmppPubSubConfig::MaxItems

maximum number of items that the node will persist

◆ MaxPayloadSize

int32 FXmppPubSubConfig::MaxPayloadSize

maximum size of item payload in bytes


The documentation for this class was generated from the following file: