Files
UnrealEngineUWP/Engine/Plugins/Media/MediaIOFramework/MediaIOFramework.uplugin
jeremie roy 1f4a176175 Put common logic in FMediaIOCorePlayerBase
#rb simon.therriault
#jira UE-148008
#preflight 6266aa847e06ec7505a7abc5

[CL 19902769 by jeremie roy in ue5-main branch]
2022-04-25 10:59:06 -04:00

35 lines
816 B
Plaintext

{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "Media IO Framework",
"Description": "Media Framework classes to support Professional Media IO used by the Virtual Production industry.",
"Category": "Virtual Production",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "http://epicgames.com",
"MarketplaceURL": "",
"SupportURL": "",
"EnabledByDefault": false,
"CanContainContent": false,
"IsBetaVersion": false,
"Installed": false,
"Modules": [
{
"Name": "MediaIOCore",
"Type": "Runtime",
"LoadingPhase": "Default"
},
{
"Name": "MediaIOEditor",
"Type": "Editor",
"LoadingPhase": "PostEngineInit"
},
{
"Name": "GPUTextureTransfer",
"Type": "Runtime",
"LoadingPhase": "PostConfigInit"
}
],
"DocsURL": "",
"IsExperimentalVersion": false
}