Merging //UE4/Dev-Main to Dev-Editor (//UE4/Dev-Editor)

#rb none

[CL 5602170 by Chris Gagnon in Dev-Editor branch]
This commit is contained in:
Chris Gagnon
2019-03-27 15:03:08 -04:00
parent 9324b47742
commit 00f8b72a0b
4555 changed files with 147863 additions and 410142 deletions

View File

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