Files
DEV_TheStudio_Plugin/Plugins/NDIIO/NDIIOPlugin.uplugin
2025-09-05 15:58:28 +03:00

58 lines
1.1 KiB
Plaintext

{
"FileVersion": 3,
"Version": 11,
"VersionName": "3.8",
"FriendlyName": "NDI IO Plugin",
"Description": "Exposes Core NDI Support for integration into Unreal Engine Applications",
"Category": "Virtual Production",
"CreatedBy": "Vizrt NDI AB",
"CreatedByURL": "https://www.ndi.video",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"EngineVersion": "5.5.0",
"CanContainContent": true,
"Installed": true,
"Modules": [
{
"Name": "NDIIO",
"Type": "Runtime",
"LoadingPhase": "Default",
"PlatformAllowList": [
"Win64",
"Linux",
"LinuxArm64"
]
},
{
"Name": "NDIIOEditor",
"Type": "Editor",
"LoadingPhase": "PostEngineInit",
"PlatformAllowList": [
"Win64",
"Linux",
"LinuxArm64"
]
},
{
"Name": "NDIIOShaders",
"Type": "Runtime",
"LoadingPhase": "PostConfigInit",
"PlatformAllowList": [
"Win64",
"Linux",
"LinuxArm64"
]
}
],
"Plugins": [
{
"Name": "MediaIOFramework",
"Enabled": true
},
{
"Name": "MediaFrameworkUtilities",
"Enabled": true
}
]
}