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
{{ message }}
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.
When the engine tries to nativize the "Make JSON" node, it creates this kind of C++ code b0l__VaRest_MakeJson_Target__pf = UVaRestSubsystem::ConstructVaRestJsonObject();
This code doesn't compile because it calls a non-static function.
This issue prevent nativization of any blueprint that use the "Make JSON" node
I'm using the 4.25 branch
The text was updated successfully, but these errors were encountered:
louga31
changed the title
Make Json node can't be nativized
"Make Json" node can't be nativized
Apr 7, 2020
When the engine tries to nativize the "Make JSON" node, it creates this kind of C++ code
b0l__VaRest_MakeJson_Target__pf = UVaRestSubsystem::ConstructVaRestJsonObject();
This code doesn't compile because it calls a non-static function.
This issue prevent nativization of any blueprint that use the "Make JSON" node
I'm using the 4.25 branch
The text was updated successfully, but these errors were encountered: