Skip to content
This repository has been archived by the owner on May 10, 2023. It is now read-only.

Browsing

turupawn edited this page Jul 14, 2020 · 3 revisions

Functions

ModioGetAllMods

API endpoint used: Get All Mods

Browse mods on mod.io.

Parameters

Name Type Description
filter_type TEnumAsByte<ModioFilterEnum::Type> Filter type.
limit int32 Number of results limit.
offset int32 Number of results skipped.

get_all_mods

OnModioEmailRequest callback

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.

on_get_all_mods