I understand that Target and Build files for modules only effect packaged builds.
I want my PIE dedicated server to only run server code and my PIE client to only run client code.
Since all modules are loaded in PIE mode my server SubSystems also run on client session and my client SubSystems also runs on server.
Is there anyway to customize which modules are loaded for each PIE session to prevent this?