How to subclass and then use UGameEngine?

#Compile Error?

What is the compile error?

Make sure you are using

#include “Engine.h”

instead of #include “EngineMinimal.h”

in YourGame.h

Rama