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

#rb none
#rnx

[CL 5435186 by Ben Marsh in Dev-Build branch]
This commit is contained in:
Ben Marsh
2019-03-18 16:38:36 -04:00
parent 6c5e821106
commit 07e535411b
3413 changed files with 33546 additions and 398384 deletions

View File

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