aboutsummaryrefslogtreecommitdiff
path: root/Source/NVIDIAGfeSDK/Private
diff options
context:
space:
mode:
authorbrong <[email protected]>2018-08-21 17:33:31 +0800
committerbrong <[email protected]>2018-08-21 17:33:31 +0800
commit5ce659145fa5a55405b0093f279ee41cfb9f390d (patch)
treed496b51b59efbcab2e357933cb465dbcdf9588f4 /Source/NVIDIAGfeSDK/Private
parentMake non-first-time InitHighlights BP node output the same GfeSdkProperties a... (diff)
downloadgfesdk-ue4plugin-4.20.tar.xz
gfesdk-ue4plugin-4.20.zip
Upgrade to Unreal Engine 4.20.14.20
Diffstat (limited to 'Source/NVIDIAGfeSDK/Private')
-rw-r--r--Source/NVIDIAGfeSDK/Private/FNVIDIAGfeSDK.cpp2
-rw-r--r--Source/NVIDIAGfeSDK/Private/GfeSDKHighlights.cpp1
-rw-r--r--Source/NVIDIAGfeSDK/Private/HighLightBlueprint.cpp1
-rw-r--r--Source/NVIDIAGfeSDK/Private/NVIDIAGfeSDKPrivatePCH.h1
4 files changed, 1 insertions, 4 deletions
diff --git a/Source/NVIDIAGfeSDK/Private/FNVIDIAGfeSDK.cpp b/Source/NVIDIAGfeSDK/Private/FNVIDIAGfeSDK.cpp
index ca129ce..eba0aab 100644
--- a/Source/NVIDIAGfeSDK/Private/FNVIDIAGfeSDK.cpp
+++ b/Source/NVIDIAGfeSDK/Private/FNVIDIAGfeSDK.cpp
@@ -10,7 +10,7 @@
#include "NVIDIAGfeSDKPrivatePCH.h"
#include "Runtime/Core/Public/Misc/Paths.h"
#include "Runtime/Core/Public/Windows/WindowsPlatformProcess.h"
-#include "IPluginManager.h"
+#include "Interfaces/IPluginManager.h"
#include "gfesdk/sdk_types.h"
diff --git a/Source/NVIDIAGfeSDK/Private/GfeSDKHighlights.cpp b/Source/NVIDIAGfeSDK/Private/GfeSDKHighlights.cpp
index f5e6277..b008b6e 100644
--- a/Source/NVIDIAGfeSDK/Private/GfeSDKHighlights.cpp
+++ b/Source/NVIDIAGfeSDK/Private/GfeSDKHighlights.cpp
@@ -8,7 +8,6 @@
*/
#include "GfeSDKHighlights.h"
#include "NVIDIAGfeSDKPrivatePCH.h"
-#include "Platform.h"
#define VALIDATE_MODULE_HIGHLIGHTS() \
if (!GFEHandle && Callback) \
diff --git a/Source/NVIDIAGfeSDK/Private/HighLightBlueprint.cpp b/Source/NVIDIAGfeSDK/Private/HighLightBlueprint.cpp
index c6de5a7..f48b3d3 100644
--- a/Source/NVIDIAGfeSDK/Private/HighLightBlueprint.cpp
+++ b/Source/NVIDIAGfeSDK/Private/HighLightBlueprint.cpp
@@ -6,7 +6,6 @@
#include "NVIDIAGfeSDKTypes.h"
#include "CoreMinimal.h"
#include "Runtime/CoreUObject/Public/UObject/Package.h"
-#include "Platform.h"
#include <gfesdk/bindings/cpp/sdk_types_cpp.h>
#include <sdk_types_ipc.h>
diff --git a/Source/NVIDIAGfeSDK/Private/NVIDIAGfeSDKPrivatePCH.h b/Source/NVIDIAGfeSDK/Private/NVIDIAGfeSDKPrivatePCH.h
index 7c5bfa8..856f857 100644
--- a/Source/NVIDIAGfeSDK/Private/NVIDIAGfeSDKPrivatePCH.h
+++ b/Source/NVIDIAGfeSDK/Private/NVIDIAGfeSDKPrivatePCH.h
@@ -8,7 +8,6 @@
*/
#include "NVIDIAGfeSDKPublicPCH.h"
-#include "ModuleManager.h"
#include "FNVIDIAGfeSDK.h"
#include "TypeTranslation.h"
#include <gfesdk/bindings/cpp/isdk_cpp_impl.h>