This is an Unreal Engine plugin that integrates Protobuf into the project without requiring you to add system PATH or anything else.
- add the plugin to the project and enable it.
- add the following property to
build.csof the project :
PublicDependencyModuleNames.Add("Protobuf");
bEnableUndefinedIdentifierWarnings = false;
bEnableExceptions = true;- Create
.protofile into project source code folder - Launch the Project in Editor, Click the
Protocbutton.
- Protobuf v3.15.4