Skip to content

Releases: getbraincloud/braincloud-unreal-plugin

5.5.1

07 Feb 15:22
1c1966f
Compare
Choose a tag to compare

Release Notes: updates.braincloudservers.com
Questions or feedback? Join the community forums on getbraincloud.com!

This is the Unreal brainCloud plugin

What's Changed

  • Fixed compatibility issues with UE 5.5
  • Fixed compile issue on UE4
  • Removed unused module named BrainCloudOnlineSubSystem which was an incomplete template for integrating custom online subsystems, we plan to rework this module to add an easy Steam integration with brainCloud services in future releases.

Full Changelog: 5.5.0...5.5.1

5.5.0

23 Jan 19:05
c0c80a7
Compare
Choose a tag to compare

Release Notes: updates.braincloudservers.com
Questions or feedback? Join the community forums on getbraincloud.com!

This is the Unreal brainCloud plugin

What's Changed

  • Implemented new API methods:

    • Event - SendEventToProfiles
    • Friend - GetProfileInfoForCredentialIfExists
    • Friend - GetProfileInfoForExternalAuthIdIfExists
    • Group - UpdateGroupAcl
    • Group - UpdateGroupEntityAcl
    • Identity - GetIdentityStatus
    • Leaderboard - PostScoreToDynamicGroupLeaderboardUsingConfig
    • Mail - SendAdvancedEmailByAddresses
    • PlaybackStream - ProtectStreamUntil
  • Implemented compressed requests and responses, disabled by default, can be enabled using this functions in the Client:

    • EnableCompressedRequests(bool isEnabled)
    • EnableCompressedResponses(bool isEnabled)

Full Changelog: 5.4.1...5.5.0

5.4.1

11 Nov 20:54
8f1150e
Compare
Choose a tag to compare

Release Notes: updates.braincloudservers.com
Questions or feedback? Join the community forums on getbraincloud.com!

This is the Unreal brainCloud plugin

What's Changed

  • Fixed issue with RTT messages not processing special characters properly
  • Updated CancelFindRequest function to include an EntryId parameter
  • Added function GetServerVersion() to get the API server version
  • Exposed GetRTTConnectionStatus function to blueprints
  • Fixed various issues relating to RTT behavior

Full Changelog: 5.4.0...5.4.1

5.4.0

03 Sep 16:58
fa162fd
Compare
Choose a tag to compare

Release Notes: updates.braincloudservers.com
Questions or feedback? Join the community forums on getbraincloud.com!

This is the Unreal brainCloud plugin

What's Changed

  • Removed cxId parameter from cancelFindRequest function
  • Added “IfExists” versions of various leaderboard functions that do not return an error if a leaderboard does not exist or is expired)
  • Added postScoreToDynamicLeaderboardUsingConfig function
  • Added “IfExists” version of updateIncomingEventData function for Event Service
  • Fixed compatibility issues with Unreal Engine 5.4

Leaderboard Service

  • PostScoreToDynamicLeaderboard() - will be removed from the client libraries after September 2025. Use PostScoreToDynamicLeaderboardUsingConfig() instead. The legacy method will continue to work for apps using old client libraries.

Full Changelog: 5.3.0...5.4.0

5.3

14 May 16:11
fdeb622
Compare
Choose a tag to compare
5.3

Release Notes: updates.braincloudservers.com
Questions or feedback? Join the community forums on getbraincloud.com!

This is the Unreal brainCloud plugin

What's Changed

  • Added new module to plugin that provides access to native Android functions to get device information, including a function that gets the country code of the device. It first attempts to get it from the SIM card, if the device doesn’t have a SIM card, it tries to get it from the connected wi-fi network and if the device is not connected to any network, it will default to getting the country code from the selected Language (country) locale.
  • Implemented new client API AsyncMatch UpdateMatchStateCurrentTurn
  • Implemented new client API Group DeleteGroupJoinRequest
  • Created fallback methods to adjusting country code on devices, country code of 419 will now become _LA to represent LatinAmerica

5.2.3

24 Apr 14:17
7d1517f
Compare
Choose a tag to compare

Patch Notes:

  • Logout bug is fixed, bug was when a logout response is received then the library would clear the profileID, this wont happen anymore.
  • Added a CanReconnect() function in BrainCloudWrapper to check if there is stored Profile ID and Anonymous ID for a reconnect authenticate helper.
    See updates.braincloudservers.com for full platform release notes and API changes.

Install Notes: Download and extract to Plugins folder. See Readme for full details.

Questions or feedback? Join the community forums on getbraincloud.com!

5.2.2

25 Mar 16:12
bb2a256
Compare
Choose a tag to compare

Patch Notes: Resolve warnings and errors in Engine 5.4 plugin build.

Release Notes:

A new Logout() call has been added to the brainCloud wrapper (includes a forgetUser parameter to clear the stored user's profileId)
Improvements and bug fixes for WebSockets
Updated CI to ensure stable builds and compatibility
More functions exposed to blueprints
See updates.braincloudservers.com for full platform release notes and API changes.

Install Notes: Download and extract to Plugins folder. See Readme for full details.

Questions or feedback? Join the community forums on getbraincloud.com!

5.2.1

26 Feb 17:48
7eb2268
Compare
Choose a tag to compare

Patch Notes: Fix to included header files to eliminate potential build issues.

Release Notes:

  • A new Logout() call has been added to the brainCloud wrapper (includes a forgetUser parameter to clear the stored user's profileId)
  • Improvements and bug fixes for WebSockets
  • Updated CI to ensure stable builds and compatibility
  • More functions exposed to blueprints

See updates.braincloudservers.com for full platform release notes and API changes.

Install Notes: Download and extract to Plugins folder. See Readme for full details.

Questions or feedback? Join the community forums on getbraincloud.com!

5.2

21 Feb 02:29
c81b41b
Compare
Choose a tag to compare
5.2
  • Improvements and bug fixes for WebSockets
  • Updated CI to ensure stable builds and compatibility
  • More functions exposed to blueprints

Release Notes: updates.braincloudservers.com

5.1

01 Nov 19:15
5f83bd2
Compare
Choose a tag to compare
5.1

Release Notes: updates.braincloudservers.com

For installation and setup refer to Readme.

Questions or feedback? Join the community forums on getbraincloud.com!