You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Rename UE5Editor to UnrealEditor.
#rb none #jira UE-97600 [CL 14292067 by Ben Marsh in ue5-main branch]
This commit is contained in:
+1
-1
@@ -509,7 +509,7 @@ bool FLinuxPlatformInstallation::LaunchEditor(const FString& RootDirName, const
|
||||
FString FileName;
|
||||
if (ExplicitFileName.IsEmpty())
|
||||
{
|
||||
FileName = RootDirName / TEXT("Engine/Binaries/Linux/UE5Editor");
|
||||
FileName = RootDirName / TEXT("Engine/Binaries/Linux/UnrealEditor");
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
+1
-1
@@ -218,7 +218,7 @@ bool FWindowsPlatformInstallation::LaunchEditor(const FString &RootDirName, cons
|
||||
FString FileName;
|
||||
if (ExplicitFileName.IsEmpty())
|
||||
{
|
||||
FileName = RootDirName / TEXT("Engine/Binaries/Win64/UE5Editor.exe");
|
||||
FileName = RootDirName / TEXT("Engine/Binaries/Win64/UnrealEditor.exe");
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user