/**
* Global engine pointer. Can be 0 so don't use without checking.
*/
ENGINE_API UEngine* GEngine = NULL;
HTH
Update: If you would like to know where GEngine* is assigned a value (other than NULL), please accept answer for this question and post new question regarding this and I will reply to the best of my knowledge. Maybe call it “Where is GEngine* initialised” Thanks