Skip to main content

ModifyProfile

AndroidiOSWindows
If you were looking for the method for use with Unity, see ModifyProfile for Unity SDK.

Function definition

UFUNCTION(BlueprintCallable, Category = "INTLSDKAPI")
static bool ModifyProfile(FINTLAccountProfile userProfile);

Input parameters

ParameterTypeDescription
userProfileFINTLAccountProfileAccount profile, such as user name, birthday, and so on

Observers

The callback processing interface is AuthAccountResultObserver. The callback data structure is AccountResult.

The callback methodID is kMethodIDAuthModifyProfile.

Code sample

UINTLSDKAPI::ModifyProfile(userProfile);