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: robert.manuszewski
#ROBOMERGE-AUTHOR: ben.marsh
#ROBOMERGE-SOURCE: CL 5343356 in //UE4/Release-4.22/... via CL 5343357
#ROBOMERGE-BOT: CORE (Main -> Dev-Core)

[CL 5407919 by ben marsh in Dev-Core branch]
This commit is contained in:
ben marsh
2019-03-15 03:26:17 -04:00
parent d3cba1beb7
commit 329146e11b

View File

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