Navigation
API > API/Runtime > API/Runtime/XMPP > API/Runtime/XMPP/FXmppUserJid
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool ParseResource
(
FString& OutAppId, |
Get the components that comprise the resource | XmppConnection.h | |
static bool ParseResource
(
const FString& InResource, |
Get the components that comprise the resource | XmppConnection.h |
ParseResource(FString &, FString &, FString &)
Description
Get the components that comprise the resource
| Name | ParseResource |
| Type | function |
| Header File | /Engine/Source/Runtime/Online/XMPP/Public/XmppConnection.h |
| Include Path | #include "XmppConnection.h" |
bool ParseResource
(
FString & OutAppId,
FString & OutPlatform,
FString & OutPlatformUserId
) const
Whether the Resource was successfully parsed or not
Parameters
| Name | Remarks |
|---|---|
| OutAppId | The app id the user is using |
| OutPlatform | The platform the user is using |
| OutPlatformUserId | The platform user id (optional) |
ParseResource(const FString &, FString &, FString &, FString &)
Description
Get the components that comprise the resource
| Name | ParseResource |
| Type | function |
| Header File | /Engine/Source/Runtime/Online/XMPP/Public/XmppConnection.h |
| Include Path | #include "XmppConnection.h" |
| Source | /Engine/Source/Runtime/Online/XMPP/Private/XmppConnection.cpp |
static bool ParseResource
(
const FString & InResource,
FString & OutAppId,
FString & OutPlatform,
FString & OutPlatformUserId
)
Whether the Resource was successfully parsed or not
Parameters
| Name | Remarks |
|---|---|
| InResource | The resource to parse |
| OutAppId | The app id the user is using |
| OutPlatform | The platform the user is using |
| OutPlatformUserId | The platform user id (optional) |