File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.25)
22
3- project (unrealsdk VERSION 1.6.1 )
3+ project (unrealsdk VERSION 1.7.0 )
44
55set (UNREALSDK_UE_VERSION "UE4" CACHE STRING "The unreal engine version to build the SDK for. One of 'UE3' or 'UE4'." )
66set (UNREALSDK_ARCH "x64" CACHE STRING "The architecture to build the sdk for. One of 'x86' or 'x64'." )
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 1.7.0
4+
5+ - ` unrealsdk::unreal::cast ` now copies the const-ness of its input object to its callbacks.
6+
7+ [ 779d75ea] ( https://github.com/bl-sdk/unrealsdk/commit/779d75ea )
8+
9+ - Reworked ` PropertyProxy ` to be based on ` UnrealPointer ` (and reworked it too). This fixes some
10+ issues with ownership and possible use after frees.
11+
12+ * This breaks binary compatibility* , though existing code should work pretty much as is after a
13+ recompile.
14+
15+ [ 49bff4a4] ( https://github.com/bl-sdk/unrealsdk/commit/49bff4a4 )
16+
317## v1.6.1
418
519- Handled ` UClass::Interfaces ` also having a different offset between BL2 and TPS.
You can’t perform that action at this time.
0 commit comments