https://github.com/accelbyte/accelbyte-unreal-oss
Official AccelByte Online Subsystem for Unreal Engine (supports UE4 and UE5)
https://github.com/accelbyte/accelbyte-unreal-oss
sdk ue4 ue5 unreal-engine
Last synced: 11 months ago
JSON representation
Official AccelByte Online Subsystem for Unreal Engine (supports UE4 and UE5)
- Host: GitHub
- URL: https://github.com/accelbyte/accelbyte-unreal-oss
- Owner: AccelByte
- License: other
- Created: 2021-06-22T20:19:18.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-05-21T03:05:17.000Z (about 1 year ago)
- Last Synced: 2025-05-21T04:22:25.153Z (about 1 year ago)
- Topics: sdk, ue4, ue5, unreal-engine
- Language: C++
- Homepage: https://accelbyte.io/
- Size: 4.3 MB
- Stars: 10
- Watchers: 2
- Forks: 10
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# AccelByte Cloud Online Subsystem
## Overview
AccelByte Cloud Online Subsystem (**AccelByte Cloud OSS**) is the high-level bridge between Unreal Engine
and AccelByte services that comprises interfaces that access AccelByte services and its features.
The AccelByte Cloud OSS is designed to handle higher level logic with asynchronous communication and
delegates, and is also designed to be modular by grouping similar service-specific APIs that support features together.
## Supported Unreal Engine
- [ ] Unreal Engine 4.25
- [ ] Unreal Engine 4.26
- [x] Unreal Engine 4.27.x
- [x] Unreal Engine 5.0.x
- [x] Unreal Engine 5.1.x
- [x] Unreal Engine 5.2.x
- [x] Unreal Engine 5.3.x
## Dependencies
AccelByte OSS have some dependencies to another Plugins/Modules, such as the following:
1. AccelByte Cloud Unreal Engine SDK ([link](https://github.com/accelbyte/accelbyte-unreal-sdk-plugin)):
a library that comprises APIs for the game client and game server to send requests to AccelByte services.
2. AccelByte Cloud Network Utilities ([link](https://github.com/AccelByte/accelbyte-unreal-network-utilities)):
a library that comprises network functionalities to communicate between game clients for P2P networking.
## Documentation
The setup and implementation guideline are available in [our portal](https://docs.accelbyte.io/gaming-services/sdk-tools/sdk-guides/ags-oss-for-ue/).