AccountProfile
Member variables | Type | Description |
---|---|---|
UserName | FString | Username, which must start with a letter and only contains lowercase letters (from a to z), underscores (_), and digits (from 0 to 9). Its length can be 6 to 16 bytes. |
BirthdayYear | int32 | Birth year of the user. If an invalid value is entered, the field will be set to 1970 by default. |
BirthdayMonth | int32 | Birth month of the user. If an invalid value is entered, this field will be set to 1 by default. |
BirthdayDay | int32 | Birth date of the user. If an invalid value is entered, this field will be set to 1 by default. |
IsReceiveEmail | int32 | Whether to receive marketing emails, 0 for default |
Region | FString | ISO 3166-1 numeric code for country or region For example 156 for China, 040 for Austria |
LangType | FString | Language type (RFC 4646) to define the language for sending email or SMS, such as "en". For details, see Language Type Definition. |