asqbtcupid / unreal.lua

lua solution for UnrealEngine4
MIT License
300 stars 98 forks source link

UE4.18 support #6

Closed DsoTsin closed 6 years ago

DsoTsin commented 6 years ago

UAssetObjectProperty has been renamed to USoftObjectProperty

asqbtcupid commented 6 years ago

I'm Refactoring this plugin.I will move the runtime part from gamemodule to pluginmodule,make it become a real plugin.And I try to avoid generate big .cpp file to decrease the compilation time.It will cost me one or two week.After that i will update it to support 4.18, Thank you.

asqbtcupid commented 6 years ago

fixed