You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[unreal]v8 和 UE 字符串传递默认使用 UTF16 避免编码转换 (Tencent#1628)
* v8 <-> UE use UTF16-LE by default
* clang-format remove empty space
* quick js doesn't have native utf16 support
* 实现不能放到Public 头文件 V8Utils.h里
* export symbols because FV8Utils is no more header only