You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Various UE4->UE5 renames.
#rb none #jira UE-111511, UE-111448, UE-111128, UE-111287, UE-111198, UE-111657 #preflight 605b8cec0c31c10001599547 #ROBOMERGE-OWNER: ben.marsh #ROBOMERGE-AUTHOR: ben.marsh #ROBOMERGE-SOURCE: CL 15807072 in //UE5/Release-5.0-EarlyAccess/... #ROBOMERGE-BOT: STARSHIP (Release-5.0-EarlyAccess -> Main) (v783-15756269) #ROBOMERGE-CONFLICT from-shelf [CL 15813821 by ben marsh in ue5-main branch]
This commit is contained in:
@@ -39,7 +39,7 @@ FString FVisualStudioCodeSourceCodeAccessor::GetSolutionPath() const
|
||||
|
||||
if (!FUProjectDictionary::GetDefault().IsForeignProject(CachedSolutionPath))
|
||||
{
|
||||
CachedSolutionPath = FPaths::Combine(FPaths::RootDir(), FString("UE4") + GVSCodeWorkspaceExtension);
|
||||
CachedSolutionPath = FPaths::Combine(FPaths::RootDir(), FString("UE5") + GVSCodeWorkspaceExtension);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user