Unreal中有对TypeScript更高版本支持的计划么? #2337
watsonsong
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
目前FQA中说最高只支持到4.8.2,更新的版本并不支持。
核心应该是4.8+开始Compiler的API有变化,现在我们分析元数据生成蓝图代理的地方还是使用的老的API。
但是随着新的TS升级,甚至包括未来新的tsgo等编译器要引入的话,支持更高级的版本还是有必要的。
不知道官方是否有计划进行升级与支持;
All reactions