Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how can I use EasyJsonParser in c++? #4

Open
dvlee1024 opened this issue Mar 1, 2021 · 0 comments
Open

how can I use EasyJsonParser in c++? #4

dvlee1024 opened this issue Mar 1, 2021 · 0 comments

Comments

@dvlee1024
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant