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

#rb none
#jira UE-71070
#rnx

#ROBOMERGE-SOURCE: CL 5343356 in //UE4/Release-4.22/...
#ROBOMERGE-BOT: RELEASE (Release-4.22 -> Main)

[CL 5343357 by ben marsh in Main branch]
This commit is contained in:
ben marsh
2019-03-07 17:44:13 -05:00
parent dfb6b1426b
commit 5cec15e4c5

View File

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