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
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).
What is this principle? How does JS execute unreal logic?C++ is base?
The text was updated successfully, but these errors were encountered: