UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
IXmppMessages Member List

This is the complete list of members for IXmppMessages, including all inherited members.

DECLARE_MULTICAST_DELEGATE_ThreeParams(FOnXmppMessageReceived, const TSharedRef< IXmppConnection > &, const FXmppUserJid &, const TSharedRef< FXmppMessage > &)IXmppMessages
OnReceiveMessage()=0IXmppMessagespure virtual
SendMessage(const FXmppUserJid &RecipientId, const FString &Type, const FString &Payload, bool bPayloadIsSerializedJson=false)=0IXmppMessagespure virtual
SendMessage(const FXmppUserJid &RecipientId, const FString &Type, const TSharedRef< class FJsonObject > &Payload)=0IXmppMessagespure virtual
~IXmppMessages()IXmppMessagesinlinevirtual