Add convAI plugin
This commit is contained in:
54
ConvAI/Convai/ConvAI.uplugin
Normal file
54
ConvAI/Convai/ConvAI.uplugin
Normal file
@@ -0,0 +1,54 @@
|
||||
{
|
||||
"FileVersion": 3,
|
||||
"Version": 1,
|
||||
"VersionName": "3.6.8-beta.3",
|
||||
"FriendlyName": "Convai",
|
||||
"Description": "Adds new blueprint functions and components to integrate Convai API.",
|
||||
"Category": "Runtime",
|
||||
"CreatedBy": "Convai Inc.",
|
||||
"CreatedByURL": "https://convai.com/",
|
||||
"DocsURL": "",
|
||||
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/product/696326c90d80462b8775712d2b6cc2a7",
|
||||
"SupportURL": "",
|
||||
"EngineVersion": "5.5.0",
|
||||
"CanContainContent": true,
|
||||
"Installed": true,
|
||||
"Modules": [
|
||||
{
|
||||
"Name": "Convai",
|
||||
"Type": "Runtime",
|
||||
"LoadingPhase": "PreDefault",
|
||||
"PlatformAllowList": [
|
||||
"Linux",
|
||||
"Win64",
|
||||
"Android",
|
||||
"Mac"
|
||||
]
|
||||
},
|
||||
{
|
||||
"Name": "ConvaiEditor",
|
||||
"Type": "Editor",
|
||||
"LoadingPhase": "PostEngineInit",
|
||||
"PlatformAllowList": [
|
||||
"Linux",
|
||||
"Win64",
|
||||
"Android",
|
||||
"Mac"
|
||||
]
|
||||
}
|
||||
],
|
||||
"Plugins": [
|
||||
{
|
||||
"Name": "AudioCapture",
|
||||
"Enabled": true
|
||||
},
|
||||
{
|
||||
"Name": "AndroidPermission",
|
||||
"Enabled": true
|
||||
},
|
||||
{
|
||||
"Name": "EditorScriptingUtilities",
|
||||
"Enabled": true
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user