Unreal Engine Plugin management

Be aware to remove any dependencies to any modules related to Editor,ui

or else it will end up with failure of packaging.code

#if WITH_EDITORserver

#endifci

is your good friend.rem

 

for developing purpose,  just copy plugins' "Editor-blabla.dll" to developers' engine plugin folder for them to use.get

programmer team get the project.exe built and link with plugin dlls  before pushing to GIT,  then it's built in CI server.it

in other word,  the project's exe file has to be built with all dependent plugins' source code but not only static library.ast

maybe I can find a way that we can simply copy the plugins' static libraries back to plugins folder for specific folder and kick off the build,module

but I don't want to spend more time on it since the whole day has been wasted to explore the stupid settings.file

 

That also means,  the project has to be a C++ project but not Blueprint-Only project.

相關文章
相關標籤/搜索