[TUTORIAL] Fog Of War

Hi,
This looks like a linker error where the build tool is unable to find RHI (Rendering hardware interface)-related classes. I wrote a bit about it in the main post and you’ll have to:

  1. Open the file named MyProject.Build.cs
  2. Locate line PublicDependencyModuleNames.AddRange(new string] { “Core”, “Engine”…
  3. Add the strings “RHI”, “RenderCore” to the array.

Hopefully it will now compile.

Cheers,