๐ŸŽ‰ Unreal SDK v7.0.0 and Unreal Server SDK v5.0.0 are released bringing major capability improvements ๐ŸŽ‰ Exciting updates! We've released a major capability upgrade to our Unreal SDKs adding Multi user support to the Game SDK and Token exchange & Impersonation support to the server SDK.

Multi User Support

This version of the Game SDK sees a major and central feature update in giving the SDK support for multiple users ๐ŸŽ‰๐Ÿ‘ฅ. This enables a few advanced use cases such as:

Token Exchange and Impersonation

This version of the Server SDK turbo charges your game servers. Together with the multi user support update in the Game SDK this is a major capability boost for the SDKs. Token Exchange lets you exchange an active game session token for a new one (keeping the old one active as well). Impersonation lets you get an active game session token for any player using their ulid. This means that you can now in a server context keep game api sessions for all active players and lets the server access the full power of the game api. Use this to for example:

Find the Unreal SDK here

Find the Unreal Server SDK here