Unreal.js icon indicating copy to clipboard operation
Unreal.js copied to clipboard

What is this principle?

Open LiXiaoRan opened this issue 1 year ago • 1 comments

What is this principle? How does JS execute unreal logic?C++ is base?

LiXiaoRan avatar Jul 29 '22 09:07 LiXiaoRan

Uses Unreal reflection system to expose nearly whole C++/blueprint API to Javascript. The Javascript is running on an embedded V8 instance (C++ lib). V8 is incredibly fast, around 100x faster than blueprint in tight loops (unless nativized).

getnamo avatar Jul 29 '22 19:07 getnamo