![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <XmppPresence.h>
Inheritance diagram for FXmppUserPresence:Public Member Functions | |
| bool | operator== (const FXmppUserPresence &Presence) const |
| bool | operator!= (const FXmppUserPresence &Presence) const |
Public Attributes | |
| EXmppPresenceStatus::Type | Status = EXmppPresenceStatus::Offline |
| bool | bIsAvailable = true |
| FDateTime | SentTime = FDateTime::MinValue() |
| FDateTime | ReceivedTime = FDateTime::MinValue() |
| FString | AppId |
| FString | Platform |
| FString | StatusStr |
| FXmppUserJid | UserJid |
User presence info obtained from Xmpp roster
|
inline |
|
inline |
| FString FXmppUserPresence::AppId |
app id user is logged in from
| FString FXmppUserPresence::Platform |
platform associated with this client
| FDateTime FXmppUserPresence::ReceivedTime = FDateTime::MinValue() |
time when presence was sent by the user
| FDateTime FXmppUserPresence::SentTime = FDateTime::MinValue() |
time when presence was sent by the user
| EXmppPresenceStatus::Type FXmppUserPresence::Status = EXmppPresenceStatus::Offline |
state of basic online status
| FString FXmppUserPresence::StatusStr |
string that will be parsed for further displayed presence info
| FXmppUserJid FXmppUserPresence::UserJid |
full jid for user that sent this presence update