You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Fix new project dialog allowing creation of new code projects even if an IDE is not installed.
#rb none #jira UE-71070 #rnx #ROBOMERGE-SOURCE: CL 5343356 in //UE4/Release-4.22/... #ROBOMERGE-BOT: RELEASE (Release-4.22 -> Main) [CL 5343357 by ben marsh in Main 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