This function is part of the Auth Interface.
Remarks
Fetch one of the merged account IDs for a given logged in account.
Return Value
The Epic Account ID associated with the index passed.
Parameters
EOS_Auth_GetMergedAccountByIndex
Parameter Type And Name | Usage Information |
---|---|
EOS_HAuth Handle | |
const EOS_EpicAccountId LocalUserId | The account ID of a currently logged in account. |
const uint32_t Index | An index into the list of merged accounts. If the index is out of bounds, the returned Epic Account ID will be invalid. |