|
|
|
|
|
by SXX
3240 days ago
|
|
There was one good podcast (that sadly not in English with) Nick Atamas (senior engine programmer in Epic). They had serious reason to not provide any official scripting support in UE4. Basically there no single language and runtime that would work well across all platforms: between Python, Node.js, Mono none of them work on every platform Epic target. Some don't have good support for consoles and other for mobile platforms and maintaining fork is hard even for Epic. So instead they try to extend blueprints instead since for them there are no such problems with C++. |
|