You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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?
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
The text was updated successfully, but these errors were encountered: