# Unreal Marketplace Plugin Support

The Unreal Marketplace according to [§2.6.3d in their guidelines](https://www.unrealengine.com/en-US/marketplace-guidelines#263d) (as per 2023-10-11) supports releasing new software versions of plugins for the latest three engine versions only. This means that if you're using an engine version outside of the latest three releases then we can no longer release updates to your plugin through the marketplace.

### How to continue receiving updates

LootLocker supports engine versions much older than the latest three (4.27 and up as per 2025). So you can continue getting all the fixes and features we release by switching to a github based update flow. Just go to <https://github.com/LootLocker/unreal-sdk> and follow the [installation instructions](https://github.com/LootLocker/unreal-sdk#Installation) (in essence, download the source files and replace your existing LootLocker files).

To keep track of when we release updates, you can subscribe to our changelogs [in discord](https://discord.com/channels/684473225308405795/1108095304609304678) or [subscribe](https://lootlocker.com/changelog) to our [github releases](https://github.com/LootLocker/unreal-sdk/releases).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.lootlocker.com/the-basics/support/unreal-marketplace-plugin-support.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
