Merging //UE4/Dev-Main to Dev-Anim (//UE4/Dev-Anim) @ CL 5356908

#rb none

[CL 5360337 by Thomas Sarkanen in Dev-Anim branch]
This commit is contained in:
Thomas Sarkanen
2019-03-11 12:18:32 -04:00
parent 7f5c2a223f
commit bb193db1aa
536 changed files with 18114 additions and 9718 deletions

View File

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