ROSIntegration icon indicating copy to clipboard operation
ROSIntegration copied to clipboard

Use of undeclared Identifier GetGameInstance

Open krishnabhat1995 opened this issue 3 years ago • 1 comments

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

krishnabhat1995 avatar Nov 09 '22 16:11 krishnabhat1995

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?

tsender avatar Dec 01 '22 23:12 tsender