![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
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()=0 | IXmppMessages | pure virtual |
| SendMessage(const FXmppUserJid &RecipientId, const FString &Type, const FString &Payload, bool bPayloadIsSerializedJson=false)=0 | IXmppMessages | pure virtual |
| SendMessage(const FXmppUserJid &RecipientId, const FString &Type, const TSharedRef< class FJsonObject > &Payload)=0 | IXmppMessages | pure virtual |
| ~IXmppMessages() | IXmppMessages | inlinevirtual |