Don't see varible "GEngine"

Hello guys! When I created new class Actor I didn’t seen varible “GEngine”.
What is the problem?

P.S I am Ukrainian :slight_smile:

You’ll need to include it at the top of your .cpp class file.

Like so:


#include "Engine.h"

GEngine is a global it is in EngineGlobals.h

Thank you a lot