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

44 lines
826 B
Plaintext

{
"FileVersion": 1,
"Version": 1,
"VersionName": "0.10",
"FriendlyName": "UserToolBoxBasicCommand",
"Description": "Basic set of command to populate a custom editor tab",
"Category": "Editor",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "https://epicgames.com",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"CanContainContent": false,
"IsBetaVersion": false,
"IsExperimentalVersion": true,
"Installed": false,
"Modules": [
{
"Name": "UserToolBoxBasicCommand",
"Type": "Editor",
"LoadingPhase": "Default"
}
],
"Plugins":
[
{
"Name": "UserToolBoxCore",
"Enabled": true
},
{
"Name": "EditorScriptingUtilities",
"Enabled" : true
},
{
"Name": "DatasmithContent",
"Enabled" : true
}
,
{
"Name": "GeometryScripting",
"Enabled" : true
}
]
}