thejinchao / turbolink

TurboLink is an unreal engine plugin enables Google gRPC work with Unreal Engine using C++ and Blueprint
MIT License
151 stars 46 forks source link

Generated *Node.h and *Node.cpp files cause problems when service is a stream only #13

Closed TE-JoakimElvander closed 1 year ago

TE-JoakimElvander commented 1 year ago

When a service is only a stream, the generated blueprint node files contains only #include statements and are otherwise empty. This is expected due to the notice file stating that nodes for stream services are unsupported. But the generated code causes problems because the files exist, and one of the includes is the Node.generated.h which obviously don't exist as no code has been spawned in the files that could cause the generated header to be created.

thejinchao commented 1 year ago

Thanks, it has been fixed.