Merging //UE4/Dev-Main to Dev-VR (//UE4/Dev-VR)

CL 1 of 8
#rb integration

[CL 4748712 by Ryan Vance in Dev-VR branch]
This commit is contained in:
Ryan Vance
2019-01-17 18:54:05 -05:00
parent d237fc7948
commit 7c51ff94af
37591 changed files with 2551444 additions and 162182 deletions

View File

@@ -1,7 +1,9 @@
// Copyright 1998-2018 Epic Games, Inc. All Rights Reserved.
// Copyright 1998-2019 Epic Games, Inc. All Rights Reserved.
#include "ScriptCodeGeneratorBase.h"
#include "Misc/FileHelper.h"
#include "Misc/Paths.h"
#include "UObject/Class.h"
#include "ScriptGeneratorLog.h"
FScriptCodeGeneratorBase::FScriptCodeGeneratorBase(const FString& InRootLocalPath, const FString& InRootBuildPath, const FString& InOutputDirectory, const FString& InIncludeBase)