Files
UnrealEngineUWP/Engine/Plugins/Editor/GuidedTutorials/GuidedTutorials.uplugin
Robb Surridge 65a3c1236d Move IntroTutorials to a plugin. Part 1: move code module and clean up references.
#jira 141830
#preflight 6202f3e4bd4f846436f1dfc6
#rb lauren.barnes

[CL 18920903 by Robb Surridge in ue5-main branch]
2022-02-09 13:00:06 -05:00

26 lines
562 B
Plaintext

{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "Guided Tutorials",
"Description": "Adds classes and content that support running guided tutorials within the editor UI.",
"Category": "Learning",
"CreatedBy": "",
"CreatedByURL": "",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"CanContainContent": true,
"CanContainVerse": false,
"IsBetaVersion": false,
"IsExperimentalVersion": false,
"Installed": false,
"Modules": [
{
"Name": "IntroTutorials",
"Type": "Editor",
"LoadingPhase": "Default"
}
]
}