Fix new project dialog allowing creation of new code projects even if an IDE is not installed.

#rb none
#jira UE-71070
#rnx

#ROBOMERGE-OWNER: ryan.gerleve
#ROBOMERGE-AUTHOR: ben.marsh
#ROBOMERGE-SOURCE: CL 5343356 in //UE4/Release-4.22/... via CL 5343357
#ROBOMERGE-BOT: ENGINE (Main -> Dev-Networking)

[CL 5401615 by ben marsh in Dev-Networking branch]
This commit is contained in:
ben marsh
2019-03-14 17:07:36 -04:00
parent 2219c930bb
commit b8fcc29a92

View File

@@ -86,7 +86,7 @@ bool FSourceCodeAccessModule::IsSourceCodeAccessorAvailable(FName Name) const
{
if (Accessor->GetFName() == Name)
{
return true;
return Accessor->CanAccessSourceCode();
}
}
return false;