Skip to content
This repository has been archived by the owner on Mar 3, 2020. It is now read-only.

Does it support latest version of Unreal Engine? #19

Closed
GentleZhu opened this issue Jun 21, 2016 · 4 comments
Closed

Does it support latest version of Unreal Engine? #19

GentleZhu opened this issue Jun 21, 2016 · 4 comments

Comments

@GentleZhu
Copy link

I try to manually set the git patch in Unreal Engine 4.12. The directory structure is different from 4.8 and once add torch plugin, the editor crashes.

@marioyc
Copy link
Contributor

marioyc commented Jun 21, 2016

No, some of the files' locations changed, and there was a bug in ScriptGeneratorPlugin starting from 4.9 which you could patch with the first part of this diff: http://puu.sh/kUA6O/7b1e6eed6b.diff
I had already done most of the changes necessary for 4.10, so I could add that patch if you need it

@marioyc
Copy link
Contributor

marioyc commented Jun 21, 2016

Found it, it should go like this for 4.10: http://pastie.org/10885471
It is missing the changes to ScriptGeneratorPlugin from the other diff

@GentleZhu
Copy link
Author

Thanks! I will try install UETorch on 4.10 :)

@GentleZhu
Copy link
Author

I've patched both. But do you have the issues redefinition of 'Character_SetReplicateMovement' in Character.script.h. It seems LuaScriptCodeGenerator.cpp generates two identical function name with different body.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants