Skip to content

UE-SDK-1.0.0-PREVIEW

Pre-release
Pre-release
Compare
Choose a tag to compare
@PedroRauizBeamable PedroRauizBeamable released this 28 May 21:28
· 415 commits to main since this release

Released 1.0 (Compatible UE Versions: 5.3.2)

  • Unreal SDK 1.0-PREVIEW with hand-written ready for use GameInstanceSubsystems:

    • Auth and Account Systems
    • Game Content System (client-side read-only game-related configuration, updatable with no downtime)
    • Player Stats
    • Player Inventory
    • Individual Player Matchmaking
    • Custom Player Lobbies
  • OnlineSubsystemBeamable package for integration with Unreal's IOnlineSubsystem interfaces.

  • Full Access to all Beamable features via an Auto Generated API (Blueprint-Compatible and C++ Versions)

  • Hathora Demo Sample project showing how to use Beamable's UE SDK, Beamable Microservices and a Game Server Orchestration service, like Hathora, to create a dedicated server game.

    • Linux Dedicated Server Build for this Sample so you don't have to build UE from source to get it.