ITR2_ASSET/Engine/Plugins/Experimental/ProxyLODPlugin/ProxyLODPlugin.json

26 lines
640 B
JSON
Raw Normal View History

{
"FileVersion" : 3,
"Version" : 1,
"VersionName" : "0.1",
"FriendlyName" : "Proxy LOD Plugin (Experimental)",
"Description" : "A plugin to generate Proxy LOD systems.",
"Category" : "Editor",
"CreatedBy" : "Epic Games, Inc.",
"CreatedByURL" : "https://epicgames.com",
"DocsURL" : "",
"MarketplaceURL" : "",
"SupportURL" : "",
"EnabledByDefault" : false,
"CanContainContent" : false,
"IsBetaVersion" : true,
"Installed" : false,
"Modules" :
[
{
"Name" : "ProxyLODMeshReduction",
"Type" : "Editor",
"LoadingPhase" : "Default",
"PlatformAllowList": [ "Win64" ]
}
]
}