Files
UnrealEngine/Engine/Plugins/VirtualProduction/Rivermax/RivermaxMedia/RivermaxMedia.uplugin
2025-05-18 13:04:45 +08:00

52 lines
1.1 KiB
Plaintext

{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "NVIDIA Rivermax Media Streaming",
"Description": "Adding NVIDIA Rivermax capabilities for Media Captures and Media Players",
"Category": "Virtual Production",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "https://epicgames.com",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"Hidden": "false",
"CanContainContent": false,
"IsBetaVersion": true,
"Installed": false,
"SupportedTargetPlatforms": [ "Win64" ],
"Plugins": [
{
"Name": "MediaIOFramework",
"Enabled": true
},
{
"Name": "nDisplayModularFeatures",
"Enabled": true
},
{
"Name": "RivermaxCore",
"Enabled": true
}
],
"Modules": [
{
"Name": "RivermaxMedia",
"Type": "Runtime",
"LoadingPhase": "Default",
"PlatformAllowList": [ "Win64" ]
},
{
"Name": "RivermaxMediaEditor",
"Type": "Editor",
"LoadingPhase": "Default",
"PlatformAllowList": [ "Win64" ]
},
{
"Name": "RivermaxMediaFactory",
"Type": "RuntimeNoCommandlet",
"LoadingPhase": "PostEngineInit",
"PlatformAllowList": [ "Win64" ]
}
]
}