Window > Developer Tools > Modules not found

When using UE4 (ver.4.22.3) I can’t open “modules” dialog because there is no option “Window > Developer Tools > Modules”. Why I cannot find this option?
On the other hand, UE4 (ver.4.19.2 on my same machine) has “Modules” option.

I checked there is no similar question, but if it already exists please inform me.

macOS Mojave
Intel Core i7 processor
16GB memory

This question resolved. In my case, when I using “VSCode” as default editor, UE4 Editor doesn’t show “Modules” option regardless of the UE4 version.

This window usally was not avable in laucher build of UE4, but i checked and it is now there in Windows build. So it might be related, you could raport this as a bug

In mean while you can use module command in console that shares the same function, you use that command in output log

module list - list the modules

module load modulename - loads module

module unload modulename - unloads module

This question was resolved. In my case, when using VSCode as a default editor, then Editor doesn’t show this option regardless of the any UE4 versions. when using Xcode as a default editor, then this option come out.

Thank you for teaching me how to operate from the console. I’m grateful to use this method.

Hey i’m verry late but with Unreal Engine 5 I don’t find the window anymore and I used this method, but I can’t find ANYWHERE any doc about other “module” command, do you know where i could find them ?

3 Likes

This has to be one of the most annoying thing ever.
after 2 hours I can’t find any reliable information regarding the module commands.
I just need to recompile a module. and using the module window was the ONLY way this worked. but for some reason the window is not showing up anymore.

1 Like