LuckyWorld/Plugins/Marketplace/DLSSMoviePipelineSupport/DLSSMoviePipelineSupport.uplugin
erdncozdmr27 2c2219b3e8 dlss and fsr plugin added
dlss is not active. FSR is standart mode force active. We will make the arrangements together with Gurkan
2025-03-29 16:06:55 +03:00

36 lines
822 B
Plaintext

{
"FileVersion": 3,
"Version": 24,
"VersionName": "4.0.0",
"FriendlyName": "Movie Render Queue DLSS/DLAA Support",
"Description": "Plugin that adds DLSS/DLAA support to Movie Render Queue.",
"Category": "Rendering",
"CreatedBy": "NVIDIA",
"CreatedByURL": "https://developer.nvidia.com/dlss",
"DocsURL": "",
"MarketplaceURL": "https://www.unrealengine.com/marketplace/en-US/product/nvidia-dlss",
"SupportURL": "mailto:DLSS-Support@nvidia.com",
"EngineVersion": "5.5.0",
"CanContainContent": true,
"Installed": true,
"Modules": [
{
"Name": "DLSSMoviePipelineSupport",
"Type": "Runtime",
"LoadingPhase": "PostEngineInit",
"PlatformAllowList": [
"Win64"
]
}
],
"Plugins": [
{
"Name": "MovieRenderPipeline",
"Enabled": true
},
{
"Name": "DLSS",
"Enabled": true
}
]
}