You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
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:
@@ -86,7 +86,7 @@ bool FSourceCodeAccessModule::IsSourceCodeAccessorAvailable(FName Name) const
|
||||
{
|
||||
if (Accessor->GetFName() == Name)
|
||||
{
|
||||
return true;
|
||||
return Accessor->CanAccessSourceCode();
|
||||
}
|
||||
}
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user