Files
UnrealEngineUWP/Engine/Plugins/Runtime/ScriptableToolsFramework/ScriptableToolsFramework.uplugin
lonnie li 51c3790d5a ScriptableTools: Move from Experimental to Beta.
#rb David.Hill, tyson.brochu
#jira UE-204905

[CL 30949297 by lonnie li in 5.4 branch]
2024-01-26 18:51:04 -05:00

32 lines
695 B
Plaintext

{
"FileVersion": 3,
"Version": 1,
"VersionName": "0.1",
"FriendlyName": "Scriptable Tools Framework",
"Description": "Blueprint-Scriptable extension to the Interactive Tools Framework",
"Category": "Editor",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "http://epicgames.com",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"EnabledByDefault": false,
"CanContainContent": true,
"IsBetaVersion": true,
"Installed": false,
"Modules": [
{
"Name": "ScriptableToolsFramework",
"Type": "Runtime",
"LoadingPhase": "PreDefault"
},
{
"Name": "EditorScriptableToolsFramework",
"Type": "Editor",
"LoadingPhase": "Default"
}
],
"Plugins": [
]
}