EOS_Connect_CreateUser

EOS API reference page for EOS_Connect_CreateUser

2 mins to read

This function is part of the Connect Interface.

Remarks

Create an account association with the Epic Online Service as a product user given their external auth credentials.

Parameters

EOS_Connect_CreateUser

Parameter Type And NameUsage Information
EOS_HConnect Handle
const EOS_Connect_CreateUserOptions* Optionsstructure containing a continuance token from a "user not found" response during Login (always try login first).
void* ClientDataarbitrary data that is passed back to you in the CompletionDelegate.
const EOS_Connect_OnCreateUserCallback CompletionDelegatea callback that is fired when the create operation completes, either successfully or in error.

Callback Function Information

Because this function is asynchronous, it employs a callback of type EOS_Connect_OnCreateUserCallback to report the results of its operation.

Callback Parameters

EOS_Connect_OnCreateUserCallback

Parameter Type And NameUsage Information
const EOS_Connect_CreateUserCallbackInfo* DataOutput parameters for the EOS_Connect_CreateUser function.