Unreal.JS

Unreal.js is a plug-in which brings V8-powered Javascript into UnrealEngine4.

Updated about 3 years ago Edit Page Revisions

Overview

Unreal.js is a plug-in which brings V8-powered Javascript into UnrealEngine4.

Features

  • Powered by latest V8 (ES6)
  • CommonJS modules
  • Full access to the whole UnrealEngine API
  • Free to subclass existing classes including blueprint
  • Live reload
  • Communicate with outer world: REST, process(pipe), arraybuffer, ...
  • Bridge API for editor extension
  • Auto-completion for Visual Studio (auto-generated *.d.ts)
  • Dedicated Javascript console on UnrealEditor

You can find more details on GitHub.