Our new developer documentation is now available. Please check it out!
Unreal
The SDK (UnrealEngine 4 and 5) is based on our C Api and can be downloaded from our Github repository:
Download Unreal Engine SDKPrerequisites
- Unreal Engine 4.26 or any later version (including 5.x)
Internally, the plugin is automatically built for compatibility starting from Unreal Engine 4.26 and is thoroughly tested with each new official release of Unreal Engine.
Getting Started
We have compiled a couple of Getting Started Guides to get you started quickly.
Unreal video tutorial series
Watch our Unreal video tutorial series
Written guides
General Guides
A couple of concepts apply to all game engines and platforms, and it’s important to understand those, especially when going into production.
- Understanding Access Keys is an important part later when moving your game to production. Read this guide to understand how we use access keys and how they work in detail.