diff --git a/public/unreal/android.mdx b/public/unreal/android.mdx index f87949e..e002f81 100644 --- a/public/unreal/android.mdx +++ b/public/unreal/android.mdx @@ -1,7 +1,7 @@ --- id: android-configuration title: Android Configuration -slug: /unreal/android-configuration +slug: /ue-plugin/android-configuration sidebar_position: 7 custom_edit_url: https://github.com/modio/modio-ue4-internal/blob/develop/Plugins/Modio/Doc/android.mdx --- diff --git a/public/unreal/getting-started.mdx b/public/unreal/getting-started.mdx index 0bcf136..b94672d 100644 --- a/public/unreal/getting-started.mdx +++ b/public/unreal/getting-started.mdx @@ -174,7 +174,7 @@ void UModioManager::Tick(float DeltaTime) ![run_pending_handlers](img/run_pending_handlers.png) -When you are ready to initialize the plugin for the current user, you'll need to call [K2_InitializeAsync](#K2_InitializeAsync), passing in an instance of `FModioInitializeOptions`, and a delegate so you know when the plugin is initialized correctly. Here, you can specify your Game ID, API Key, Environment, and [Portal](https://docs.mod.io/restapiref/#targeting-a-portal). You can get the default portal for the current platform using [GetDefaultPortalForCurrentPlatform](#GetDefaultPortalForCurrentPlatform) function. +When you are ready to initialize the plugin for the current user, you'll need to call [K2_InitializeAsync](#K2_InitializeAsync), passing in an instance of `FModioInitializeOptions`, and a delegate so you know when the plugin is initialized correctly. Here, you can specify your Game ID, API Key, Environment, and [Portal](https://docs.mod.io/#targeting-a-portal). You can get the default portal for the current platform using [GetDefaultPortalForCurrentPlatform](#GetDefaultPortalForCurrentPlatform) function. ![initasync_customoptions](img/initasync_customoptions.png) diff --git a/public/unreal/index.mdx b/public/unreal/index.mdx index 67fcac9..cb28cfb 100644 --- a/public/unreal/index.mdx +++ b/public/unreal/index.mdx @@ -6,7 +6,7 @@ sidebar_position: 0 custom_edit_url: https://github.com/modio/modio-ue4-internal/blob/develop/Plugins/Modio/Doc/index.mdx --- -The mod.io Unreal Engine plugin allows game developers to host and automatically install user-created mods in their games which use Unreal Engine 5. It provides a UI for mod discovery, installation and collection management, and a C++ and Blueprint interface around the mod.io SDK, which connects to the [mod.io REST API](https://docs.mod.io/restapiref/). +The [mod.io](https://mod.io/) Unreal Engine plugin allows game developers to host and automatically install user-created mods in their games which use Unreal Engine 5. It provides a UI for mod discovery, installation and collection management, and a C++ and Blueprint interface around the mod.io SDK, which connects to the [mod.io REST API](https://docs.mod.io). You can download the Unreal Engine plugin from the [mod.io GitHub Repository](https://github.com/modio/modio-ue) and follow the [installation guide](installation-and-setup) for installing and configuring the plugin. @@ -28,7 +28,7 @@ The mod.io plugin is generally maintained to support the 3 most recent versions ### Platform compatability -The mod.io Unreal Engine plugin supports Windows, Linux, iOS, Android and Mac as part of the public release. +The [mod.io](https://mod.io/) Unreal Engine plugin supports Windows, Linux, iOS, Android and Mac as part of the public release. For access to Windows (GDK), XBox, PlayStation®4, PlayStation®5 or Switch, please [Contact Us](/support/contacts). diff --git a/public/unreal/marketplace.mdx b/public/unreal/marketplace.mdx index 564c513..08c214e 100644 --- a/public/unreal/marketplace.mdx +++ b/public/unreal/marketplace.mdx @@ -26,4 +26,4 @@ Marketplace functionality is accessible via the mod.io Subsystem along with all * [Monetization Introduction](/monetization) * [SDK Monetization Guide](/cppsdk/getting-started#sdk-quick-start-monetization) -* [Purchase Server Implementation](/web-services/marketplace/overview) \ No newline at end of file +* [Purchase Server Implementation](/web-services/marketplace/overview)