Skip to content

hxhb/ue4-protobuf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is this?

This is an Unreal Engine 4 plugin that integrates Protobuf into the project without requiring you to add system PATH or anything else.

How do use?

  1. add the plugin to the project and enable it.
  2. add the following property to build.cs of the project :
PublicDependencyModuleNames.Add("Protobuf");
bEnableUndefinedIdentifierWarnings = false;
bEnableExceptions = true;
  1. Create .proto file into project source code folder
  2. Launch the Project in Editor, Click the Protoc button.

Protobuf Version

  • Protobuf v3.5.1

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published