Don't try GEngine in GameInstance constructor

So if you’re trying to print out a log via GEngine, Init function is going to work just fine, however the constructor part is going to throw an error as GEngine functions simply don’t work if called in the constructor, I guess

Privacy & Terms