diff options
| author | brong <[email protected]> | 2018-05-25 16:08:37 +0800 |
|---|---|---|
| committer | brong <[email protected]> | 2018-05-25 16:08:37 +0800 |
| commit | 1e8fa2d9af2348003db36ad965a135ddfd4ac018 (patch) | |
| tree | b10959a57022837fc827a68d17f6e038b6b7122a /Source/NVIDIAGfeSDK/Private/FNVIDIAGfeSDK.h | |
| parent | Fixed errors related to new struct fields in the new SDK version (diff) | |
| download | gfesdk-ue4plugin-4.13.tar.xz gfesdk-ue4plugin-4.13.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.h | 1 |
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;
};
|