Files
video-record-ue-poc/Plugins/GameplayRecorder/GameplayRecorder.uplugin

20 lines
470 B
Plaintext
Raw Normal View History

2026-03-11 11:25:15 +05:30
{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "Gameplay Recorder",
"Description": "Cross-GPU gameplay recording plugin. Captures video (NVENC/AMF/QSV/x264) and audio, muxes via FFmpeg.",
"Category": "Recording",
"CreatedBy": "AudioVideoRecord Project",
"CanContainContent": false,
"IsBetaVersion": false,
"Installed": false,
"Modules": [
{
"Name": "GameplayRecorder",
"Type": "Runtime",
"LoadingPhase": "Default"
}
]
}