ROSIntegration
ROSIntegration copied to clipboard
Use of undeclared Identifier GetGameInstance
I am trying to install Rosintegration plugin on unreal engine 4.27. I get the following error while trying to compile. It says undeclared identifier "GetGameInstance". Did you mean "UGameInstance"?. GetGameInstance is used when i do c++ topic subscribe. I was not able to find GetGameInstance either. Has anyone come across it before ?
thanks in advance
Posting your actual compile error (the error and the code in question) instead of a summary would be more helpful. Looking at UE's documentation, they should still have the GetGameInstance() function. Are you casting to a UROSIntegrationGameInstance?