This repository was archived by the owner on May 10, 2023. It is now read-only.
-
Couldn't load subscription status.
- Fork 14
Browsing
turupawn edited this page Jul 14, 2020
·
3 revisions
API endpoint used: Get All Mods
Browse mods on mod.io.
| Name | Type | Description |
|---|---|---|
| filter_type | TEnumAsByte<ModioFilterEnum::Type> |
Filter type. |
| limit | int32 |
Number of results limit. |
| offset | int32 |
Number of results skipped. |

Callback triggered once ModioEmailRequest finishes.
| Name | Type | Description |
|---|---|---|
| response_code | int32 |
mod.io response status. |
| mods | TArray<FModioMod> |
Mod object array containing the returned mods. |

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