Files
UnrealEngine/Engine/Plugins/Media/AjaMedia/AjaMedia.uplugin
2025-05-18 13:04:45 +08:00

61 lines
1.3 KiB
Plaintext

{
"FileVersion": 3,
"FriendlyName": "AJA Media Player",
"Version": 2,
"VersionName": "2.0",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "https://epicgames.com",
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/content/91088fb17fb04b6b9eda41aaf8fda21e",
"Description": "Implements input and output using AJA Capture cards.",
"Category": "Media Players",
"CanContainContent": true,
"EnabledByDefault": false,
"IsBetaVersion": false,
"SupportedTargetPlatforms": [ "Win64" ],
"Modules": [
{
"Name": "AjaCore",
"Type": "Runtime",
"LoadingPhase": "Default",
"PlatformAllowList": [ "Win64" ]
},
{
"Name": "AjaMedia",
"Type": "Runtime",
"LoadingPhase": "Default",
"PlatformAllowList": [ "Win64" ]
},
{
"Name": "AjaMediaOutput",
"Type": "Runtime",
"LoadingPhase": "Default",
"PlatformAllowList": [ "Win64" ]
},
{
"Name": "AjaMediaFactory",
"Type": "Editor",
"LoadingPhase": "PostEngineInit",
"PlatformAllowList": [ "Win64" ]
},
{
"Name": "AjaMediaFactory",
"Type": "RuntimeNoCommandlet",
"LoadingPhase": "PostEngineInit",
"PlatformAllowList": [ "Win64" ]
},
{
"Name": "AjaMediaEditor",
"Type": "Editor",
"LoadingPhase": "PostEngineInit",
"PlatformAllowList": [ "Win64" ]
}
],
"Plugins": [
{
"Name": "MediaIOFramework",
"Enabled": true
}
]
}