From 4091e5ffc101bceca8814c2dbf8b9b2981c3167d Mon Sep 17 00:00:00 2001 From: Elliott Mahler Date: Sat, 19 Mar 2022 22:19:19 -0700 Subject: [PATCH] Add "start a build" text to the UE4 guide --- documentation/UE4IntegrationGuide.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/documentation/UE4IntegrationGuide.md b/documentation/UE4IntegrationGuide.md index 8d05bf1..e242b53 100644 --- a/documentation/UE4IntegrationGuide.md +++ b/documentation/UE4IntegrationGuide.md @@ -41,6 +41,8 @@ Note that each platform has its own `___ToolChain.cs` file. For example, there's One more note: The flag `/await:strict` is only fully supported in visual Studio 16.11 and newer. If you're using an older version of Visual Studio, use the `/await` flag instead. +Once this is edit is finished, start a build. It may take a while, so it's a good idea to have this running while you work on the next steps. + Step 2: Adding the Squid::Tasks Plugin --------------------------------------