ProjectBorealis / PBSync

System for syncing Unreal Engine project git repositories
MIT License
81 stars 9 forks source link

Support for UE4 hotreload #12

Open mastercoms opened 3 years ago

mastercoms commented 3 years ago

We can possibly use the UE Python API to trigger content reloads for new assets, instead of requiring the editor to close.

mastercoms commented 3 years ago

Perhaps this could be extended to DLL updates as well.