You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
#preflight 642a82f389339023eb61b540 #rnx #fyi Thomas.Engel [CL 24889800 by Jens Petersam in ue5-main branch]
31 lines
827 B
Plaintext
31 lines
827 B
Plaintext
{
|
|
"FileVersion": 3,
|
|
"Version": 1,
|
|
"VersionName": "1.0",
|
|
"FriendlyName": "Apple ProRes Decoder for Electra",
|
|
"Description": "Implements video playback of Apple ProRes encoded videos. Apple ProRes is a high quality, lossy video compression format.",
|
|
"CreatedBy": "Epic Games, Inc.",
|
|
"CreatedByURL": "https://epicgames.com",
|
|
"Category": "Media Players",
|
|
"EnabledByDefault": false,
|
|
"CanContainContent": false,
|
|
"IsBetaVersion": false,
|
|
"Installed": false,
|
|
"SupportedTargetPlatforms": [ "Win64" ],
|
|
"Modules": [
|
|
{
|
|
"Name": "AppleProResDecoderElectra",
|
|
"Type": "Runtime",
|
|
"LoadingPhase": "PostEngineInit",
|
|
"PlatformAllowList": [ "Win64", "Mac" ],
|
|
"TargetDenyList": [ "Server" ]
|
|
}
|
|
],
|
|
"Plugins": [
|
|
{
|
|
"Name": "ElectraCodecs",
|
|
"Enabled": true
|
|
}
|
|
]
|
|
}
|