You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Fix merge error.
#jira UE-69864 #rb trivial [CL 4962105 by Justin Marcus in Main branch]
This commit is contained in:
@@ -848,12 +848,6 @@ IPlatformInstallBundleManager* FGenericPlatformMisc::GetPlatformInstallBundleMan
|
||||
return Manager;
|
||||
}
|
||||
|
||||
IPlatformCompression* FGenericPlatformMisc::GetPlatformCompression()
|
||||
{
|
||||
static FGenericPlatformCompression Singleton;
|
||||
return &Singleton;
|
||||
}
|
||||
|
||||
void GenericPlatformMisc_GetProjectFilePathProjectDir(FString& OutGameDir)
|
||||
{
|
||||
// Here we derive the game path from the project file location.
|
||||
|
||||
Reference in New Issue
Block a user