File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-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.7 .0)
3+ project (unrealsdk VERSION 1.8 .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.8.0
4+
5+ - Added support for sending property changed events, via ` UObject::post_edit_change_property ` and
6+ ` UObject::post_edit_change_chain_property ` .
7+
8+ [ a6040da4] ( https://github.com/bl-sdk/unrealsdk/commit/a6040da4 )
9+
10+ - Made the error message when assigning incompatible array types more clear.
11+
12+ See also https://github.com/bl-sdk/unrealsdk/issues/60 .
13+
14+ [ 6222756c] ( https://github.com/bl-sdk/unrealsdk/commit/6222756c )
15+
316## 1.7.0
417
518- ` unrealsdk::unreal::cast ` now copies the const-ness of its input object to its callbacks.
You can’t perform that action at this time.
0 commit comments