Modify Personal Information (ModifyProfile)
Function definition
UFUNCTION(BlueprintCallable, Category = "INTLSDKAPI")
static bool ModifyProfile(FINTLAccountProfile userProfile);
Parameter Explanation
| Parameters | Type | Explanation |
|---|---|---|
| userProfile | FINTLAccountProfile | Account profile, including username, birthday, country, and region information |
Callback processing
The callback processing interface is AuthAccountResultObserver.The callback data structure is AccountResult.
The callback methodID is kMethodIDAuthModifyProfile.
Sample Code
UINTLSDKAPI::ModifyProfile(userProfile);