We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 406b309 + dc9e1e8 commit bc22de8Copy full SHA for bc22de8
CMakeLists.txt
@@ -1,6 +1,6 @@
1
cmake_minimum_required(VERSION 3.25)
2
3
-project(unrealsdk VERSION 1.3.0)
+project(unrealsdk VERSION 1.4.0)
4
5
set(UNREALSDK_UE_VERSION "UE4" CACHE STRING "The unreal engine version to build the SDK for. One of 'UE3' or 'UE4'.")
6
set(UNREALSDK_ARCH "x64" CACHE STRING "The architecture to build the sdk for. One of 'x86' or 'x64'.")
changelog.md
# Changelog
-## Upcoming
+## v1.4.0
- Fixed that UE3 `WeakPointer`s would always return null, due to an incorrect offset in the
`UObject` header layout.
0 commit comments