![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <XmppPubSub.h>
Public Member Functions | |
| FXmppPubSubMessage () | |
Public Attributes | |
| FXmppUserJid | FromJid |
| FXmppUserJid | ToJid |
| FString | Payload |
| FString | Type |
| FDateTime | Timestamp |
Message received from PubSub node
|
inline |
constructor
| FXmppUserJid FXmppPubSubMessage::FromJid |
jid of node that sent the message
| FString FXmppPubSubMessage::Payload |
body of the message
| FDateTime FXmppPubSubMessage::Timestamp |
date sent
| FXmppUserJid FXmppPubSubMessage::ToJid |
jid of message recipient
| FString FXmppPubSubMessage::Type |
type of the message