Skip to content

Commit 9454515

Browse files
committed
chore: New changelog entry, and fixed entry for UE4SS-RE#1158
1 parent 181d6fb commit 9454515

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

assets/Changelog.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,8 @@ Added custom module searcher with UTF-8 path support for Lua `require()` ([UE4SS
202202

203203
Added support for `UScriptStruct` when using `RegisterCustomProprety` ([UE4SS #1036](https://github.com/UE4SS-RE/RE-UE4SS/pull/1036))
204204

205+
Added support for handling structs as userdata (Fixed `StructData as userdata is not yet implemented`). ([UE4SS #1169](https://github.com/UE4SS-RE/RE-UE4SS/pull/1169)) - Corporalwill123
206+
205207
#### Types.lua [PR #650](https://github.com/UE4SS-RE/RE-UE4SS/pull/650)
206208
- Added `NAME_None` definition
207209
- Added `EFindName` enum definition
@@ -348,9 +350,6 @@ Types with `get` or `Get` functions now have both variants. ([UE4SS #877](https:
348350

349351
Improved error messages when improperly indexing into `LocalUnrealParam`, and `RemoteUnrealParam` without first calling `Get`. ([UE4SS #1154](https://github.com/UE4SS-RE/RE-UE4SS/pull/1154))
350352

351-
Fixed UFunction and UClass properly inheriting from UStruct in Lua. ([UE4SS #1154](https://github.com/UE4SS-RE/RE-UE4SS/pull/1158))
352-
Corporalwill123
353-
354353
#### UEHelpers [UE4SS #650](https://github.com/UE4SS-RE/RE-UE4SS/pull/650)
355354
- Increased version to 3
356355

@@ -483,6 +482,8 @@ Fixed callbacks only working for the first registrant of several hooks. ([UE4SS
483482

484483
Fixed callbacks being executed in the wrong thread. ([UE4SS #1170](https://github.com/UE4SS-RE/RE-UE4SS/pull/1170)
485484

485+
Fixed UFunction and UClass properly inheriting from UStruct in Lua. ([UE4SS #1158](https://github.com/UE4SS-RE/RE-UE4SS/pull/1158)) - Corporalwill123
486+
486487
### C++ API
487488
Fixed a crash caused by a race condition enabled by C++ mods using `UE4SS_ENABLE_IMGUI` in their constructor ([UE4SS #481](https://github.com/UE4SS-RE/RE-UE4SS/pull/481))
488489

0 commit comments

Comments
 (0)