InstaLOD 2024 Failure to install with Unreal 5.3.2

As the title says, it worked when installing ue5.4, but failed when using ue5.3.2

Hello @Wi1114614753 and welcome to the community.

Thanks for reporting, I have passed this along internally and will provide more information once it becomes available.

Thanks!

A header seems to be missing to compile the plugin in UE 5.3. In InstaLODModule.cpp, you can include:

#include “Widgets/Docking/SDockTab.h”

I hope this helps!

1 Like

Thank you, I tried it and it worked

1 Like