JavaScript in Unreal Engine by Tencent?

It looks like you can use JavaScript for Unreal Engine.

It’s actively maintained by the community (originally powered by Tencent) and compatible with recent versions of Unreal Engine.

  • Advantages of TS/JS with Puerts: faster development, more accessible for web developers, hot reload, good integration.

  • Disadvantages: lower performance (up to ~3.5x slower than C++), not ideal for high-performance code or code with intensive loops.

What do you think?