Files
test-ue-project/Plugins/UnrealAgentLink/UnrealAgentLink.uplugin
2026-02-26 23:45:31 +08:00

32 lines
880 B
Plaintext

{
"FileVersion": 3,
"Version": 10207,
"VersionName": "1.2.7",
"FriendlyName": "UnrealAgentLink",
"Description": "Unreal Agent Link For UEBOX",
"Category": "Other",
"CreatedBy": "uebox.ai",
"CreatedByURL": "",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"CanContainContent": true,
"IsBetaVersion": false,
"IsExperimentalVersion": false,
"Installed": true,
"EnabledByDefault": true,
"Modules": [
{
"Name": "UnrealAgentLink",
"Type": "Editor",
"LoadingPhase": "Default"
}
],
"Plugins": [
{
"Name": "PythonScriptPlugin",
"Enabled": true
}
]
}