Files
UnrealEngine/Engine/Plugins/Experimental/CommonConversation/CommonConversation.uplugin
2025-05-18 13:04:45 +08:00

40 lines
853 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": "https://epicgames.com",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"CanContainContent": false,
"IsExperimentalVersion": true,
"Installed": false,
"EnabledByDefault": false,
"Modules": [
{
"Name": "CommonConversationRuntime",
"Type": "Runtime",
"LoadingPhase": "PreDefault"
},
{
"Name": "CommonConversationGraph",
"Type": "UncookedOnly",
"LoadingPhase": "PreDefault"
},
{
"Name": "CommonConversationEditor",
"Type": "Editor",
"LoadingPhase": "Default"
}
],
"Plugins": [
{
"Name": "GameFeatures",
"Enabled": true
}
]
}