Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Mapping between an Xbox Live User Id and a PlayFab Entity Id.
Syntax
struct PartyXblXboxUserIdToPlayFabEntityIdMapping {
uint64_t xboxLiveUserId;
PartyString playfabEntityId;
}
Members
xboxLiveUserId uint64_t
The Xbox Live User Id.
playfabEntityId PartyString
The PlayFab Entity Id.
This value may be an empty string in the case where the Xbox Live user does not have a linked PlayFab account. A PlayFab account is automatically created and linked when calling PartyXblManager::LoginToPlayFab for the first time. The LoginWithXbox API provided by the PlayFab SDK can also be used to link an account.
Requirements
Header: PartyXboxLive.h