diff options
| author | brong <[email protected]> | 2018-08-21 17:33:31 +0800 |
|---|---|---|
| committer | brong <[email protected]> | 2018-08-21 17:33:31 +0800 |
| commit | 5ce659145fa5a55405b0093f279ee41cfb9f390d (patch) | |
| tree | d496b51b59efbcab2e357933cb465dbcdf9588f4 /NVIDIAGfeSDK.uplugin | |
| parent | Make non-first-time InitHighlights BP node output the same GfeSdkProperties a... (diff) | |
| download | gfesdk-ue4plugin-4.20.tar.xz gfesdk-ue4plugin-4.20.zip | |
Upgrade to Unreal Engine 4.20.14.20
Diffstat (limited to 'NVIDIAGfeSDK.uplugin')
| -rw-r--r-- | NVIDIAGfeSDK.uplugin | 37 |
1 files changed, 21 insertions, 16 deletions
diff --git a/NVIDIAGfeSDK.uplugin b/NVIDIAGfeSDK.uplugin index c6d54c5..ce9074f 100644 --- a/NVIDIAGfeSDK.uplugin +++ b/NVIDIAGfeSDK.uplugin @@ -1,25 +1,30 @@ {
- "FileVersion": 3,
- "FriendlyName": "NVIDIA Shadowplay Highlights SDK Plugin",
- "Version": 1,
- "VersionName": "1.0",
- "CreatedBy": "NVIDIA",
- "CreatedByURL": "https://developer.nvidia.com/shadowplay-highlights",
- "DocsURL": "",
- "Description": "NVIDIA GeForce SDK with Shadowplay Highlights",
- "Category": "Other",
- "EnabledByDefault": false,
- "Modules": [
+ "FileVersion" : 3,
+ "Version" : 1,
+ "VersionName" : "1.0",
+ "FriendlyName" : "NVIDIA Shadowplay Highlights SDK Plugin",
+ "Description" : "NVIDIA GeForce SDK with Shadowplay Highlights",
+ "Category" : "Other",
+ "CreatedBy" : "NVIDIA",
+ "CreatedByURL" : "https://developer.nvidia.com/shadowplay-highlights",
+ "DocsURL" : "",
+ "MarketplaceURL" : "",
+ "SupportURL" : "",
+ "EnabledByDefault" : false,
+ "CanContainContent" : false,
+ "IsBetaVersion" : false,
+ "Installed" : false,
+ "Modules" :
+ [
{
- "Name": "NVIDIAGfeSDK",
- "Type": "Runtime",
- "LoadingPhase": "PostConfigInit",
+ "Name" : "NVIDIAGfeSDK",
+ "Type" : "Runtime",
+ "LoadingPhase" : "PostConfigInit",
"WhitelistPlatforms" :
[
"Win64",
"Win32"
]
}
- ],
- "CanContainContent": false
+ ]
}
\ No newline at end of file |