Files
UnrealEngineUWP/Engine/Plugins/Editor/CurveEditorTools/CurveEditorTools.uplugin
bob tellez bd41767067 #UE4 Disable CanContainContent in a few plugins that have no assets or maps so they dont appear in the content browser.
#ROBOMERGE-SOURCE: CL 8352044 via CL 8359277
#ROBOMERGE-BOT: (v401-8057353)

[CL 8360258 by bob tellez in Main branch]
2019-08-27 22:01:54 -04:00

24 lines
513 B
Plaintext

{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "Curve Editor Tools",
"Description": "This provides a default set of editing tools for the Curve Editor.",
"Category": "Editor",
"CreatedBy": "",
"CreatedByURL": "",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"CanContainContent": false,
"IsBetaVersion": false,
"Installed": false,
"EnabledByDefault": true,
"Modules": [
{
"Name": "CurveEditorTools",
"Type": "Editor",
"LoadingPhase": "Default"
}
]
}