EasyJsonParser icon indicating copy to clipboard operation
EasyJsonParser copied to clipboard

how can I use EasyJsonParser in c++?

Open dvlee1024 opened this issue 4 years ago • 0 comments

My current solution is here:

  1. copy EasyJsonParser library from "UE_4.26\Engine\Plugins\Marketplace" folder to my project plugin folder.
  2. add the following code into my project's bulid.cs .
PrivateDependencyModuleNames.AddRange(new string[] { "EasyJsonParser"});

After these 2 steps, I can add the #include EasyJsonParseManager.h and start to use this library.

Is there any good solution?

dvlee1024 avatar Mar 01 '21 11:03 dvlee1024