Files
UnrealEngineUWP/Engine/Plugins/Experimental/GPULightmass/GPULightmass.uplugin
juan canada f8da5c577f GPULightmass plugin tagged as beta
#rb tim.hobson
#lockdown mihnea.balta
#jira none
#preflight 620546490c64e1822f400c44

#ROBOMERGE-AUTHOR: juan.canada
#ROBOMERGE-SOURCE: CL 18938115 in //UE5/Release-5.0/... via CL 18938339 via CL 18938506
#ROBOMERGE-BOT: UE5 (Release-Engine-Test -> Main) (v917-18934589)

[CL 18938534 by juan canada in ue5-main branch]
2022-02-10 12:29:19 -05:00

37 lines
746 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" : "http://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"
]
}
]
}