Files
UnrealEngineUWP/Engine/Plugins/Experimental/UserToolBoxCore/UserToolBoxCore.uplugin
franck debaene cec917f8f4 Adding user toolbox as experimental plugin
#jira UE-171426
#review-23427759 @lauren.barnes @editor-ui-systems
#preflight 63908fbf67018b14b5096012

[CL 23753181 by franck debaene in ue5-main branch]
2023-01-18 05:31:39 -05:00

31 lines
608 B
Plaintext

{
"FileVersion": 1,
"Version": 1,
"VersionName": "0.10",
"FriendlyName": "UserToolBoxCore",
"Description": "Core functionnality to create 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": "UserToolBoxCore",
"Type": "Editor",
"LoadingPhase": "Default"
}
],
"Plugins":
[
{
"Name": "SlateScripting",
"Enabled": true
}
]
}