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

#rb none
#jira UE-71070
#rnx

[CL 5343356 by Ben Marsh in 4.22 branch]
This commit is contained in:
Ben Marsh
2019-03-07 17:44:02 -05:00
parent f8385bf71b
commit 6da8ba885d

View File

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