Unreal SDK Changelog
All notable changes to the horizOn Unreal SDK.
1.4.0 (2026-04-20)
Features
- apple-signin: apple sign-in support in unreal sdk (bb8543f)
1.3.0 (2026-04-11)
Features
- add email sending manager with Blueprint async actions (392745d)
1.2.1 (2026-02-23)
Bug Fixes
- ci: trigger release build (4e067ec)
1.2.0 (2026-02-23)
Features
- crash: add Blueprint async actions for crash reporting (3c5a919)
- crash: add Blueprint helper functions for crash reporting (8560a61)
- crash: add CrashType enum, delegates, and CrashManager header (1d960a3)
- crash: implement CrashManager with full crash reporting logic (d20638d)
- crash: register CrashManager in subsystem with auto-breadcrumbs (7251ed2)
1.1.0 (2026-02-22)
Bug Fixes
- use AddUniqueDynamic for subsystem event handlers (5bab6fc)
Features
- self-constructing demo UI for example widget (b8c693a)
1.0.0 (2026-02-21)
Bug Fixes
- resolve compilation issues from final review (83cc639)
Features
- add auth manager (signup, signin, session caching) (701eb54)
- add Blueprint async action nodes for all SDK operations (d3ca32e)
- add Blueprint function library for convenient access (36d7eba)
- add cloud save manager (JSON and binary modes) (8c722ae)
- add data models (UserData, LeaderboardEntry, NewsEntry, NetworkResponse) (e282b9b)
- add editor config importer and Tools menu entries (383e701)
- add editor dashboard widget with config display and connection test (aa77972)
- add example widget base class for SDK demonstration (8345ff9)
- add feedback manager with device info collection (9dbe2b6)
- add gift code manager (validate and redeem) (3557c77)
- add HTTP client with retry, rate-limiting, and host selection (624b2ff)
- add leaderboard manager with caching (9f6a1d8)
- add news manager with 5-minute cache (d362006)
- add remote config manager with typed getters and caching (5f81937)
- add session persistence via USaveGame (8e49187)
- add shared types, enums, and delegate declarations (ac719ef)
- add UHorizonConfig developer settings (90bedaa)
- add UHorizonSubsystem as main SDK entry point (d78074f)
- add user log manager (server-side logging) (9b49caa)
- scaffold HorizonSDK plugin with runtime and editor modules (ad33b1f)
- wire all managers into subsystem initialization (3afef33)
Changelog
All notable changes to the horizOn SDK for Unreal Engine will be documented in this file.
This changelog is automatically generated by semantic-release.