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

#include <XmppPubSub.h>

Public Member Functions

 FXmppPubSubMessage ()
 

Public Attributes

FXmppUserJid FromJid
 
FXmppUserJid ToJid
 
FString Payload
 
FString Type
 
FDateTime Timestamp
 

Detailed Description

Message received from PubSub node

Constructor & Destructor Documentation

◆ FXmppPubSubMessage()

FXmppPubSubMessage::FXmppPubSubMessage ( )
inline

constructor

Member Data Documentation

◆ FromJid

FXmppUserJid FXmppPubSubMessage::FromJid

jid of node that sent the message

◆ Payload

FString FXmppPubSubMessage::Payload

body of the message

◆ Timestamp

FDateTime FXmppPubSubMessage::Timestamp

date sent

◆ ToJid

FXmppUserJid FXmppPubSubMessage::ToJid

jid of message recipient

◆ Type

FString FXmppPubSubMessage::Type

type of the message


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