Visual Studio doesn't understand func? [Need class name]

What class i need to connect to fix it?

231933-8.png

You probably need to include engine.h and/or world.h in your cpp.

What’s the compilation error?
You can find it in Output window.

Hello,

Including EngineGlobals.h will allow you to use the Global Engine pointer, GEngine. Hope this helps.

Thanks,