[TUTORIAL] Fog Of War

funkish,
If you get Linker-errors, it’s probably because you didn’t add module dependencies to RHI and RenderCore. Did you complete these steps?:

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

I just upgraded to 4.14, and it worked without any editing, so it shouldn’t be an issue when upgrading.

Cheers,