aboutsummaryrefslogtreecommitdiff
path: root/Source/NVIDIAGfeSDK/Private/FNVIDIAGfeSDK.h
diff options
context:
space:
mode:
authorbrong <[email protected]>2018-05-25 16:08:37 +0800
committerbrong <[email protected]>2018-05-25 16:08:37 +0800
commit1e8fa2d9af2348003db36ad965a135ddfd4ac018 (patch)
treeb10959a57022837fc827a68d17f6e038b6b7122a /Source/NVIDIAGfeSDK/Private/FNVIDIAGfeSDK.h
parentFixed errors related to new struct fields in the new SDK version (diff)
downloadgfesdk-ue4plugin-1e8fa2d9af2348003db36ad965a135ddfd4ac018.tar.xz
gfesdk-ue4plugin-1e8fa2d9af2348003db36ad965a135ddfd4ac018.zip
Make non-first-time InitHighlights BP node output the same GfeSdkProperties as the first time, instead of undefined GfeSdkProperties.4.13
Diffstat (limited to 'Source/NVIDIAGfeSDK/Private/FNVIDIAGfeSDK.h')
-rw-r--r--Source/NVIDIAGfeSDK/Private/FNVIDIAGfeSDK.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/NVIDIAGfeSDK/Private/FNVIDIAGfeSDK.h b/Source/NVIDIAGfeSDK/Private/FNVIDIAGfeSDK.h
index f021576..8bf9a97 100644
--- a/Source/NVIDIAGfeSDK/Private/FNVIDIAGfeSDK.h
+++ b/Source/NVIDIAGfeSDK/Private/FNVIDIAGfeSDK.h
@@ -43,4 +43,5 @@ private:
TUniquePtr<FGfeSDKCore> SdkCore;
// SDK handle for C interface
GfeSDK::NVGSDK_HANDLE* GFEHandle;
+ FGfeSDKCreateResponse SdkResponseRecord;
};