atenfyr / UAssetAPI

A low-level .NET library for reading and writing Unreal Engine game assets.
https://atenfyr.github.io/UAssetAPI/
MIT License
195 stars 44 forks source link

better delegate property support #44

Closed bananaturtlesandwich closed 1 year ago

bananaturtlesandwich commented 1 year ago

now supports sparse and inline variants and just uses normal FDelegates instead of a FMulticastFDelegate which read the FPackageIndex as an int unfortunately I couldn't think of another way other than copy pasting to implement the sparse and inline variants and make them detected by reflection