Files
UnrealEngineUWP/Engine/Plugins/Media/TimecodeSynchronizer/TimecodeSynchronizer.uplugin
geoffrey douglas ae40d04731 Deprecate TimecodeSynchronizer plugin
#jira UE-142265
#preflight 62058beb6d374b98b096e44b
#rb simon.therriault
#lockdown alejandro.arango

#ROBOMERGE-AUTHOR: geoffrey.douglas
#ROBOMERGE-SOURCE: CL 18968707 in //UE5/Release-5.0/... via CL 18968922 via CL 18969243
#ROBOMERGE-BOT: UE5 (Release-Engine-Test -> Main) (v917-18934589)

[CL 18969294 by geoffrey douglas in ue5-main branch]
2022-02-11 20:42:47 -05:00

36 lines
992 B
Plaintext

{
"FileVersion": 3,
"Version": 1,
"VersionName": "0.1",
"FriendlyName": "Timecode Synchronizer (Deprecated)",
"Description": "This plugin has been deprecated and will be removed in a future engine version. Please update your project to use the features of the TimedDataMonitor plugin instead.\nAn asset that will become the TimecodeProvider once all the inputs get synchronized to a timecode.",
"Category": "Virtual Production",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "http://epicgames.com",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"EnabledByDefault": false,
"CanContainContent": false,
"IsBetaVersion": true,
"Installed": false,
"Modules": [
{
"Name": "TimecodeSynchronizer",
"Type": "Runtime",
"LoadingPhase": "Default"
},
{
"Name": "TimecodeSynchronizerEditor",
"Type": "Editor",
"LoadingPhase": "Default"
}
],
"Plugins": [
{
"Name": "MediaPlayerEditor",
"Enabled": true
}
],
"IsExperimentalVersion": false
}