UE-Protobuf-Plugin
UE-Protobuf-Plugin copied to clipboard
ue protobuf plugin
What is this?
This is an Unreal Engine plugin that integrates Protobuf into the project without requiring you to add system PATH or anything else.
How do use?
- 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 Version
- Protobuf v3.15.4