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 18:15:02 +0800
commitdfe2eda1ab4dd156fc904b8fae8a86ec3ff917a9 (patch)
tree634bcfa0203862e5ac6d2b81aae645622b736af2 /Source/NVIDIAGfeSDK/Private/FNVIDIAGfeSDK.h
parentNo longer find delay loaded GfeSDK.dll from hard-coded directory. (diff)
downloadgfesdk-ue4plugin-dfe2eda1ab4dd156fc904b8fae8a86ec3ff917a9.tar.xz
gfesdk-ue4plugin-dfe2eda1ab4dd156fc904b8fae8a86ec3ff917a9.zip
Make non-first-time InitHighlights BP node output the same GfeSdkProperties as the first time, instead of undefined GfeSdkProperties.4.19
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;
};