Hacker News new | ask | show | jobs
by ferrumfist 1385 days ago
There is a github project that allows runtime Python scripting. I've tried it and it does work, however I tested it on UE4 and not UE5.

https://github.com/20tab/UnrealEnginePython

1 comments

The trick here is "python dialect" rather than full-on python.

We need something that transpiles to native Unreal code, which has the majority of the verbosity and productivity aspects of Python.

Yes, Verse, if i'm not mistaken.

GDScript is another good example of this.