Hello everyone I have a problem!
trying to run the Aplications I have this error:
Plugin ‘JSONQuery’ failed to laod because module ‘JSONQuery’ could not be found.
Please ensure the plugin is properly installed, otherwise consider disabling the plugin for this project.
unreal version 4.8.3 plugin too
on windows!
please help
LogJson:Error: Array entry ‘users’ not found in the field data!
LogJson:Error: data is invalid! Input:
'“users”:
{“firstName”:“John”, “lastName”:“Doe”},
{“firstName”:“Anna”, “lastName”:“Jones”}
]
’
weird. Using 4.8.3 - binary verison downloaded from launcher. Added Plugin - everything works, added c++ code and while packaging it says UE4Editor-JSONQuery.lib is missing. What should I do now?
Edit:
This fixed it on binary version:
Need to start using github version of the engine
But now when I start co compile in 4.8.3 I get these:
Error: Remapping old metadata key ‘FriendlyName’ to new key ‘DisplayName’, please update the declaration.
Use the “JSONQuery” folder from the “Source” folder to replace the your project’s “<PROJECT_NAME>/Plugins/JSONQuery/Source/JSONQuery” folder
Change line 52 of “JsonFieldData.cpp” to “UJsonFieldData* fieldData = NewObject<UJsonFieldData>(UJsonFieldData::StaticClass());” => StaticConstructObject (which was used before) was already deprecated in 4.8 and can’t be compiled anymore using 4.9
(3b. I also changed the engine version in the *.uplugin file, but not sure if that’s really necessary)
Now your project should compile sucessfully*
I compiled my project with the changed plugin source on 4.8 first and then opened a copy in 4.9
I can’t make a post request without having crashes ! I’m working with MySQL database, the database receives the informations but the game crashes. Can someone help me?
Any word on this? I am on OS X and been having hard time trying to compile this plugin for Mac. Would be awesome if you could include it in the download.
If anyone needs this build for 4.10.4, I compiled it and put it on my amazon cloud drive. You should put this in “Plugins” folder in you projects root, like this: “PROJECT_NAME/Plugins/JSONQuery”. If Plugins folder doesn’t exist, create it.