Files
UnrealEngineUWP/Engine/Plugins/Experimental/CommonConversation/CommonConversation.uplugin
michael noland 6b1374eb79 Added a description to the CommonConversation plugin and marked it as experimental
#jira UE-137193

#ROBOMERGE-AUTHOR: michael.noland
#ROBOMERGE-SOURCE: CL 18460994 in //UE5/Release-5.0/... via CL 18461008
#ROBOMERGE-BOT: STARSHIP (Release-Engine-Staging -> Release-Engine-Test) (v898-18417669)

[CL 18461040 by michael noland in ue5-release-engine-test branch]
2021-12-14 17:38:52 -05:00

40 lines
846 B
Plaintext

{
"FileVersion": 3,
"Version": 1,
"VersionName": "0.1",
"FriendlyName": "Common Conversation",
"Description": "An *experimental* plugin for authoring graph-based conversation trees",
"Category": "Gameplay",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "http://epicgames.com",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"CanContainContent": false,
"IsExperimentalVersion": true,
"Installed": false,
"EnabledByDefault": false,
"Modules": [
{
"Name": "CommonConversationRuntime",
"Type": "Runtime",
"LoadingPhase": "Default"
},
{
"Name": "CommonConversationGraph",
"Type": "UncookedOnly",
"LoadingPhase": "Default"
},
{
"Name": "CommonConversationEditor",
"Type": "Editor",
"LoadingPhase": "Default"
}
],
"Plugins": [
{
"Name": "GameFeatures",
"Enabled": true
}
]
}