You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
#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]
40 lines
846 B
Plaintext
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
|
|
}
|
|
]
|
|
} |