Two projects in one?

Hello, can I make two projects in one? Ex. first will be minigame to second project, but when I make it as separately project, I can release it separately ex. for game webs, beta testing, for better sorting (there will be only gamemodes and maps for that minigame, no for all)…

Or can I release specific part in one project?

More you can find here Can I release minigames in one project, instead of the whole project? And how? - Platform & Builds - Epic Developer Community Forums, reply please.

You can create a Plugin to share code and content between projects. (plugins now can contain Content)

In this case, you could use the following architecture:

  • MiniGamePlugin (Plugin) - contains the mini-game code and content.
  • MiniGameStandalone (Project) - includes the MinigamePlugin and just opens its map/game-mode.
  • FullGame (Project) - is a separate game but includes the MinigamePlugin, so can execute the mini-game too.

Nobody know?