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

#include <XmppMessages.h>

Public Member Functions

 FXmppMessage ()
 

Public Attributes

FXmppUserJid FromJid
 
FXmppUserJid ToJid
 
FString Payload
 
FString Type
 
FDateTime Timestamp
 

Detailed Description

Message received from Xmpp user/admin

Constructor & Destructor Documentation

◆ FXmppMessage()

FXmppMessage::FXmppMessage ( )
inline

constructor

Member Data Documentation

◆ FromJid

FXmppUserJid FXmppMessage::FromJid

id of message sender

◆ Payload

FString FXmppMessage::Payload

body of the message

◆ Timestamp

FDateTime FXmppMessage::Timestamp

date sent

◆ ToJid

FXmppUserJid FXmppMessage::ToJid

id of message recipient

◆ Type

FString FXmppMessage::Type

type of the message


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