blob: 2bd0a7fa4c69b0df0b3b234dfd61256caba5f586 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# NVIDIA Shadowplay Highlights plugin #
* GFE SDK Version: 1.1.195
* GeForce Experience minimum version: 3.13+
* Plugin version: 1.0
## About
The plugin implements the GFE Shadowplay Highlights functionality for blueprints and provides UE4-style interfaces for C++ code compatibility.

## How to use
1. Navigate to Engine\Plugins\Runtime\Nvidia
2. Execute: git submodule add -b 4.24 https://github.com/NVIDIAGameWorks/GfeSDK-UE4Plugin.git GfeSDK
See the documentation [here](./Documentation/Manual.html)
|