This page is a work in progress and could be pending updates.

SDK & Download

Getting the Quantum Unreal SDK

The Quantum Unreal Plugin is currently in preview stage and accessible for Photon circle customers only.

Although we try to bundle all breaking changes into the initial preview version it can be subject to API changes in the future. There still may be undiscovered critical bugs. To support rapid fixes and iterations we will publish new versions frequently.

Only a limited amount of regions are supported during the preview.

Circle

Version Release Date Download
0.1.0 Dec 02, 2024 Quantum Unreal SDK 0.1.0 Preview Build 10 Release Notes

Release Notes

Quantum Unreal Plugin 0.1.0 Release Notes

Requirements

  • Quantum 3 AppId (Photon Dashboard)
  • Minimum Unreal Engine 5.4.4
  • Visual Studio 2019, JetBrains Rider
  • Microsoft Windows 10
  • C++17

Supported Platforms

  • Microsoft Windows (Win64)
  • Not yet supported, but planned to be:
    • MacOS X
    • Android
    • iOS
    • Nintendo Switch (NintendoSDK 5.5.0 or higher)
    • Xbox ONE (ask us for details)
    • Xbox Series X & S (ask us for details)
    • PS4 & PS5 (ask us for details)

SDK contents

The SDK is distributed as a zip file, which contains a bootstrap Unreal Engine plugin and metafiles.

The current files and folders included in the SDK compressed file are:

  • Config (folder): Quantum Plugin configuration files;
  • Content (folder): UE Assets with default Quantum configurations;
  • Resources (folder): Miscellaneous resources used to display the plugin on the editor;
  • Source (folder): Source code for the different Quantum modules;
  • build_info.txt (file): exact info about the build, keep up to date for better support.
  • CHANGELOG.md (file): lists added features, bug-fixes, etc, since the first release of the current major version;
  • LICENSE.md (file): our license terms or means to get to them;
  • PhotonQuantum.uplugin (file): UE Plugin bootstrap file.
Back to top