Unreal Engine
Today: REST API
Call the AyakaMods REST API from Unreal via HTTP module requests (FHttpModule), sending the XF-Api-Key header. This works now and is engine-version agnostic.
Roadmap: native plugin
AyakaMods maintains a fork of AyakaMods's MIT-licensed Unreal plugin, repointed to the AyakaMods backend. It wraps the AyakaMods C++ SDK and exposes a Blueprint-friendly API.
Status: in progress. The SDK transport is repointed; the per-endpoint and model mapping is ongoing, and building requires an Unreal + C++ toolchain. See Feature Support for what is available.
Configuration
- API key (game-scoped for an official developer)
- Base URL
https://ayakamods.com/api/ - Auth header
XF-Api-Key
Live-service note
For a live-service title, keep mods client-side (cosmetics / UI / renderer) and verify platform entitlement in your client before enabling the mod manager. See Ownership & Anti-Piracy.