Skip to content

LootLocker_UnrealServerSDK_V6.0.0

Compare
Choose a tag to compare
@kirre-bylund kirre-bylund released this 20 May 09:38
· 14 commits to main since this release

Features

  • Custom Notifications 📣 - The SDK now supports sending custom notifications: that is notifications defined by and sent by your game server to a player of your choice. Use this to notify your players of asynchronous rewards that happen in your server, to send out news, and much more.
  • Currency Multipliers 🪙 - Wallets now support the new modifiers property, adding full support for the new currency multipliers feature to your game.
  • Get Assets by Context lookup - The method GetAssetsByContext has been added allowing you to fetch assets from their context. Contributed by @dracus🏅
  • UGC Asset listing - You can now list UGC assets from the server api.
  • Logging outside of an editor context - Up to now, the SDK has been configured to never log outside of the editor. This is now configurable instead allowing for an easier time diagnosing any issues that may come up.
  • All Query and Path Params are now url encoded
  • Character id is now included in the hero responses

Full Changelog: v5.0.0...v6.0.0