diff options
| author | Grigoriy <[email protected]> | 2018-03-12 00:30:49 +0300 |
|---|---|---|
| committer | Grigoriy <[email protected]> | 2018-03-12 00:30:49 +0300 |
| commit | 2415f5df72265afb368d5189b91cbe6242da4e5f (patch) | |
| tree | fa8a83d9e74b9d1c276e2f34f5a71fe7d6e91680 /NVIDIAGfeSDK.uplugin | |
| parent | Delete .gitignore (diff) | |
| download | gfesdk-ue4plugin-2415f5df72265afb368d5189b91cbe6242da4e5f.tar.xz gfesdk-ue4plugin-2415f5df72265afb368d5189b91cbe6242da4e5f.zip | |
First commit
Diffstat (limited to 'NVIDIAGfeSDK.uplugin')
| -rw-r--r-- | NVIDIAGfeSDK.uplugin | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/NVIDIAGfeSDK.uplugin b/NVIDIAGfeSDK.uplugin new file mode 100644 index 0000000..925e063 --- /dev/null +++ b/NVIDIAGfeSDK.uplugin @@ -0,0 +1,25 @@ +{
+ "FileVersion": 3,
+ "FriendlyName": "NVIDIA Shadowplay Highlights SDK Plugin",
+ "Version": 1,
+ "VersionName": "0.3",
+ "CreatedBy": "NVIDIA",
+ "CreatedByURL": "https://developer.nvidia.com/shadowplay-highlights",
+ "DocsURL": "",
+ "Description": "NVIDIA GeForce SDK with Shadowplay Highlights",
+ "Category": "Other",
+ "EnabledByDefault": false,
+ "Modules": [
+ {
+ "Name": "NVIDIAGfeSDK",
+ "Type": "Runtime",
+ "LoadingPhase": "PostConfigInit",
+ "WhitelistPlatforms" :
+ [
+ "Win64",
+ "Win32"
+ ]
+ }
+ ],
+ "CanContainContent": false
+}
\ No newline at end of file |