DR - Merging //UE4/Dev-Main@5531558 to Dev-Rendering (//UE4/Dev-Rendering)

#rb none
#rnx

[CL 5591014 by Rolando Caloca in Dev-Rendering branch]
This commit is contained in:
Rolando Caloca
2019-03-27 11:33:31 -04:00
parent 72cf419f54
commit 532adaa65c
4680 changed files with 146435 additions and 408240 deletions

View File

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