Advanced Sessions Plugin

[quote=“Bellazul, post:1882, topic:30020”]

Move the plugin to the project. I could not complete a build with it at the engine level. The compiler was unable to find UObjectIterator.h for an include in one of the files. I do have long file name support turned on in windows 10 (if relevant). Moving the plugin from the engine to the project solved all issues.

Thanks for that note about UObjectIterator, I had fixed all of the ones it had complained about but there were a few left.

Like I mentioned previously, they changed how include paths are resolved and its off and on screwing with things.

I’ll upload a version with all UObjectIterators having a full include path.

That may not be what the others are running into, but their compilation may be failing and then they never see the error and just see the precompiled missing message.

Edit Uploaded a newer version with the uobjectiterator.h file path fixed wherever it was in use.