Files
UnrealEngineUWP/Engine/Plugins/Editor/MeshLODToolset/MeshLODToolset.uplugin
michael balzer 67e98443b9 Move MeshLODToolset into Editor plugins folder
#rb tyson.brochu

[CL 31029352 by michael balzer in ue5-main branch]
2024-01-30 18:58:14 -05:00

44 lines
820 B
Plaintext

{
"FileVersion": 3,
"Version": 1,
"VersionName": "0.1",
"FriendlyName": "Mesh LOD Toolset",
"Description": "A set of modules implementing 3D mesh LOD creation",
"Category": "Other",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "https://epicgames.com",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"CanContainContent": true,
"IsBetaVersion": true,
"Installed": false,
"Hidden": true,
"Modules": [
{
"Name": "MeshLODToolset",
"Type": "Editor",
"LoadingPhase": "Default"
},
],
"Plugins": [
{
"Name": "GeometryProcessing",
"Enabled": true
},
{
"Name": "GeometryFlow",
"Enabled": true
},
{
"Name": "MeshModelingToolsetExp",
"Enabled": true,
"TargetAllowList": [ "Editor" ]
},
{
"Name": "EditorScriptingUtilities",
"Enabled": true
}
]
}