Unreal.js

Function call needs proper function signature which describes types of arguments and return value, so I decided not to support direct call to JS land from BP. Actually you can execute arbitrary ‘string -> string’ function by calling Context.RunScript(“some thing”). :slight_smile: