20tab / UnrealEnginePython

Embed Python in Unreal Engine 4
MIT License
2.77k stars 754 forks source link

Add .clone() to prevent crash with SourceModels[0] #792

Open Devination opened 5 years ago

Devination commented 5 years ago

These snippets were crashing Unreal for me. Adding .clone() fixed it. Found the solution from issue #77