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

30 lines
687 B
Plaintext

{
"FileVersion" : 1,
"Version" : 1,
"VersionName" : "1.0",
"FriendlyName" : "OptiXDenoise",
"Description" : "Denoising engine for the Unreal Path Tracer based on NVIDIA's OptiX AI-Accelerated Denoiser library.",
"Category" : "Denoising",
"CreatedBy" : "Epic Games, Inc.",
"CreatedByURL" : "https://epicgames.com",
"DocsURL" : "",
"MarketplaceURL" : "",
"SupportURL" : "",
"EnabledByDefault" : false,
"CanContainContent" : false,
"IsExperimental" : true,
"IsExperimentalVersion": true,
"Installed" : false,
"Modules" :
[
{
"Name" : "OptiXDenoise",
"Type" : "RuntimeAndProgram",
"LoadingPhase" : "Default",
"PlatformAllowList": [
"Win64"
]
}
]
}