Files
UnrealEngineUWP/Engine/Plugins/Experimental/SampleToolsEditorMode/SampleToolsEditorMode.uplugin
Chris Gagnon 8ab0638182 Copying //UE4/Dev-Editor to Dev-Main (//UE4/Dev-Main) for 4.24
#rb none

[CL 9325047 by Chris Gagnon in Main branch]
2019-10-01 20:41:42 -04:00

24 lines
592 B
Plaintext

{
"FileVersion": 3,
"Version": 1,
"VersionName": "0.1",
"FriendlyName": "Sample Tools Editor Mode",
"Description": "Sample Tools Mode includes a set of sample Tools demonstrating capabilities of the Interactive Tools Framework",
"Category": "Editor",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "http://epicgames.com",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"CanContainContent": false,
"IsBetaVersion": true,
"Installed": false,
"Modules": [
{
"Name": "SampleToolsEditorMode",
"Type": "Editor",
"LoadingPhase": "Default"
}
],
"Plugins": []
}