This repository was archived by the owner on May 10, 2023. It is now read-only.
-
Couldn't load subscription status.
- Fork 14
ModioUser
turupawn edited this page Jul 14, 2020
·
2 revisions
mod.io user.
| Name | Type | Description |
|---|---|---|
| Id | int32 |
Unique user identifier |
| DateOnline | int32 |
Last online date time |
| Username | FString |
Non-unique username of the user |
| NameId | FString |
Unique nameid of user which forms end of their profile URL |
| Timezone | FString |
The Timezone of the user, shown in {Country}/{City} format |
| Language | FString |
The users language preference, limited to two characters |
| ProfileUrl | FString |
URL to the user's mod.io profile page |
| Avatar | FModioAvatar |
ModioAvatar object |

- Process and initialization
- User authentication
- Browsing
- Subscriptions
- Listeners
- Schemas
- Delegates