How do I add a module? Looking for a thorough, systematic and in-depth explanation. Long post

Hey kamrann,

I want to ask more about the last point where you want to include stuff in Module B in Module A. After looking around, I have an idea about the requirement for this:

  1. Module B has to be in the dependency name list in Module A’s .build.cs file
  2. The stuff in Module B you want to include in Module A has to have the API prefix.
  3. The stuff in Module B has to be in the public folder inside Module B.

Is that right?