This repository was archived by the owner on May 10, 2023. It is now read-only.
-
Couldn't load subscription status.
- Fork 14
ModioMod
turupawn edited this page Jul 14, 2020
·
3 revisions
Mod profile submitted by mod.io users.
| Name | Type | Description |
|---|---|---|
| Id | int32 |
Unique mod identifier |
| GameId | int32 |
Unique game identifier |
| Status | int32 |
Status of the mod. See Status |
| Visible | int32 |
See Mod visibility |
| MaturityOption | int32 |
See Maturity option |
| DateAdded | int32 |
Unix timestamp of date registered |
| DateUpdated | int32 |
Unix timestamp of date last updated |
| DateLive | int32 |
Unix timestamp of date when set live |
| HomepageUrl | FString |
Mod homepage URL |
| Name | FString |
Name of the mod |
| NameId | FString |
Unique SEO-friendly mod uri |
| Summary | FString |
Brief summary of the mod |
| Description | FString |
Description of the mod |
| DescriptionPlaintext | FString |
Description of the mod converted into plaintext |
| MetadataBlob | FString |
Metadata for the mod |
| ProfileUrl | FString |
Official website url for the mod |
| logo | FModioLogo |
ModioLogo object containing logo data |
| submitted_by | FModioUser |
ModioUser object containing user data |
| modfile | FModioModfile |
ModioModfile object containing file data |
| media | FModioMedia |
ModioMedia object containing media data |
| stats | FModioStats |
ModioStats object containing stats data. |
| tags | TArray<FModioTag> |
ModioTag vector containing tags data |
| metadata_kvps | TArray<FModioMetadataKVP> |
ModioMetadataKVP vector containing metadata key value pairs |

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