Files
UnrealEngineUWP/Engine/Plugins/Editor/ModelingToolsEditorMode/ModelingToolsEditorMode.uplugin
zulqarnain abbasi d1df0f48da Enabling the Stylus plugin
#rb Jimmy.Andrews

[CL 33337301 by zulqarnain abbasi in ue5-main branch]
2024-04-30 10:25:44 -04:00

50 lines
1.0 KiB
Plaintext

{
"FileVersion": 3,
"Version": 1,
"VersionName": "0.1",
"FriendlyName": "Modeling Tools Editor Mode",
"Description": "Modeling Tools Mode includes a suite of interactive tools for creating and editing meshes in the Editor",
"Category": "Editor",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "https://epicgames.com",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"CanContainContent": true,
"IsBetaVersion": true,
"Installed": false,
"Modules": [
{
"Name": "ModelingToolsEditorMode",
"Type": "Editor",
"LoadingPhase": "Default"
}
],
"Plugins": [
{
"Name": "MeshModelingToolset",
"Enabled": true,
"TargetAllowList": [ "Editor" ]
},
{
"Name": "MeshModelingToolsetExp",
"Enabled": true,
"TargetAllowList": [ "Editor" ]
},
{
"Name": "MeshLODToolset",
"Enabled": true,
"TargetAllowList": [ "Editor" ]
},
{
"Name": "ToolPresets",
"Enabled": true,
"TargetAllowList": [ "Editor" ]
},
{
"Name": "StylusInput",
"Enabled": true,
"TargetAllowList": [ "Editor" ]
}
]
}