Skip to content

Commit 15f5179

Browse files
committed
chore(docs): add docs to summary.md; update changelog
1 parent 91a0de2 commit 15f5179

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

assets/Changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,8 @@ Enhanced TMap support to enable round-trip functionality [UE4SS #933](https://gi
9999
- Fixed proper key-value pair copying when passing maps between Lua and C++
100100
- Added proper rehashing to ensure map integrity after copying
101101

102+
Added Lua delegate property support with Add/Remove/Clear/GetBindings/Broadcast methods. See [DelegateProperty](https://docs.ue4ss.com/lua-api/classes/delegateproperty.html), [MulticastDelegateProperty](https://docs.ue4ss.com/lua-api/classes/multicastdelegateproperty.html), and [MulticastSparseDelegateProperty](https://docs.ue4ss.com/lua-api/classes/multicastsparsedelegateproperty.html). [#1073](https://github.com/UE4SS-RE/RE-UE4SS/pull/1073)
103+
102104
Added global function `CreateInvalidObject`, which returns an invalid UObject. ([UE4SS #652](https://github.com/UE4SS-RE/RE-UE4SS/issues/652))
103105

104106
Added GenerateLuaTypes function. ([UE4SS #664](https://github.com/UE4SS-RE/RE-UE4SS/pull/664))

docs/SUMMARY.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@
3737
- [UScriptStruct](./lua-api/classes/uscriptstruct.md)
3838
- [UClass](./lua-api/classes/uclass.md)
3939
- [UFunction](./lua-api/classes/ufunction.md)
40+
- [DelegateProperty](./lua-api/classes/delegateproperty.md)
41+
- [MulticastDelegateProperty](./lua-api/classes/multicastdelegateproperty.md)
42+
- [MulticastSpareDelegateProperty](./lua-api/classes/multicastsparsedelegateproperty.md)
4043
- [UEnum](./lua-api/classes/uenum.md)
4144
- [AActor](./lua-api/classes/aactor.md)
4245
- [FString](./lua-api/classes/fstring.md)

0 commit comments

Comments
 (0)