Unreal.JS

From Epic Wiki


Name Unreal.JS
Category Programming Language
Author ncsoft ( http://www.ncsoft.com )
Version Alpha 0.0.1
UE4 Build 4.13

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 [1]

Contact

( )