Navigation
API > API/Runtime > API/Runtime/XMPP > API/Runtime/XMPP/FXmppUserJid > API/Runtime/XMPP/FXmppUserJid/ParseResource
References
| Module | XMPP |
| Header | /Engine/Source/Runtime/Online/XMPP/Public/XmppConnection.h |
| Include | #include "XmppConnection.h" |
bool ParseResource
(
FString & OutAppId,
FString & OutPlatform,
FString & OutPlatformUserId
) const
Remarks
Get the components that comprise the resource Whether the Resource was successfully parsed or not
Parameters
| Name | Description |
|---|---|
| OutAppId | The app id the user is using |
| OutPlatform | The platform the user is using |
| OutPlatformUserId | The platform user id (optional) |