gRPCForUE is plugin that to enable gRPC in UnrealEngine.
Example of using this plugin
- Windows
- Visual Stduio
- Git
- CMake
- nasm
- UnrealEngine
Build gRPC from source. and copy files to plugin.
git clone https://github.com/y-akahori-ramen/gRPCForUE
cd gRPCForUE
set UE_ROOT=Path to your unreal engine root. e.g. C:\Program Files\Epic Games\UE_4.27
set CMAKE_GENERATOR=Set your build system. e.g. Visual Studio 17 2022
set GRPC_BRANCH=gRPC version. e.g. v1.41.1
call ./Setup/setup.bat
Example