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

37 lines
747 B
Plaintext

{
"FileVersion" : 3,
"Version" : 1,
"VersionName" : "1.0",
"FriendlyName" : "GPU Lightmass",
"Description" : "Static lighting building & previewing system using DXR",
"Category" : "Editor",
"CreatedBy" : "Epic Games, Inc.",
"CreatedByURL" : "https://epicgames.com",
"DocsURL" : "",
"MarketplaceURL" : "",
"SupportURL" : "",
"EnabledByDefault" : false,
"CanContainContent" : true,
"IsBetaVersion" : true,
"Installed" : false,
"Modules" :
[
{
"Name" : "GPULightmass",
"Type" : "UncookedOnly",
"LoadingPhase" : "PostConfigInit",
"PlatformAllowList": [
"Win64"
]
},
{
"Name" : "GPULightmassEditor",
"Type" : "Editor",
"LoadingPhase" : "Default",
"PlatformAllowList": [
"Win64"
]
}
]
}