Skip to content
Media 0 for listing GPRC Protobuf RPC

Description

Support gRPC with blueprint & C++, without add any additional code

  • 完整的GRPC的全部功能, 直接在blueprint中使用, 不需要再编写其他的封装代码
  •  Complete all functions of GRPC, used directly in blueprint, no need to write other encapsulation code
  • 无需额外代码,反射代码通过工具生成,简单易用
  •  No additional code is required, the reflection code is generated by tools, simple and easy to use
  • 可以实现client 请求server的功能, 也可以实现server 主动获取client信息的操作
  •  It can realize the function of client requesting server, and it can also realize the operation of server actively obtaining client information..

一些疑问解决, 使用方面:链接

some discussion for usage: LINK

and protoc-gen-wwhgrpc.exe and generate_code.cmd script are in Tools folder, and their download link is DOWNLOAD_LINK

AND generate_code.cmd script will call this protoc-gen-wwhgrpc.exe to generate reflection code for proto file

Included formats

  • logo of Unreal Engine format