UE5.2.1 C++ Code hot update

I want to separate the C++code of the program, with the main template being exe and other modules being loaded in dll format.
I can only generate UnrealEditor-test.dll,This makes it impossible for me to perform hot updates after packaging
What is the reason why DLL cannot be generated in the development environment。