Files
UE5-cyberHuman/Plugins/OpenAi/OpenAI.uplugin

43 lines
1.2 KiB
Plaintext
Raw Normal View History

2025-04-07 18:31:41 -07:00
{
"FileVersion": 3,
"Version": 1,
"VersionName": "2.1.0",
"FriendlyName": "OpenAI",
"Description": "OpenAI API",
"Category": "OpenAI",
"CreatedBy": "LifeEXE",
"CreatedByURL": "https://github.com/life-exe",
"DocsURL": "https://life-exe.github.io/UnrealOpenAIPlugin",
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/product/97eaf1e101ab4f29b5acbf7dacbd4d16",
"SupportURL": "https://github.com/life-exe/UnrealOpenAIPlugin/issues",
"EngineVersion": "5.3.0",
"CanContainContent": true,
"Installed": true,
"Modules": [
{
"Name": "OpenAI",
"Type": "Runtime",
"LoadingPhase": "PreLoadingScreen",
"PlatformAllowList": [
"Win64"
]
},
{
"Name": "OpenAIEditor",
"Type": "Editor",
"LoadingPhase": "Default",
"PlatformAllowList": [
"Win64"
]
},
{
"Name": "OpenAITestRunner",
"Type": "Editor",
"LoadingPhase": "Default",
"PlatformAllowList": [
"Win64"
]
}
],
"EnabledByDefault": false
}