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

#rb integration

[CL 5387703 by Ryan Vance in Dev-VR branch]
This commit is contained in:
Ryan Vance
2019-03-13 15:19:08 -04:00
parent 05a60bb14f
commit 35eb0041ab
3052 changed files with 37080 additions and 383412 deletions

View File

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