Any idea why they removed module names from the documentation?
Seems like a silly thing to remove considering you need this just as much as the include.
Take for example this : UProceduralMeshComponent | Unreal Engine 5.7 Documentation | Epic Developer Community
You can’t use procedural mesh components in c++ unless you add the “ProceduralMeshComponent” module name to the list of DependencyModuleNames.