Files
UnrealEngineUWP/Engine/Source/Programs/BlankProgram/Private/PlatformWorkarounds.cpp

7 lines
217 B
C++
Raw Normal View History

// Copyright Epic Games, Inc. All Rights Reserved.
#include "CoreMinimal.h"
// Hack for missing Launch module dependency that causes link error on a certain platform
FString GFileRootDirectory;
FString GSandboxName;