-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathUEAgentForge.uplugin
More file actions
31 lines (31 loc) · 961 Bytes
/
Copy pathUEAgentForge.uplugin
File metadata and controls
31 lines (31 loc) · 961 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"FileVersion": 3,
"Version": 5,
"VersionName": "0.5.0",
"FriendlyName": "UEAgentForge",
"Description": "Enterprise-grade AI agent control surface for Unreal Engine 5. Provides a transactional, constitution-enforced, 4-phase-verified command bridge over the Remote Control API. The first free, open-source comprehensive bridge for AI-native UE5 development.",
"Category": "Scripting",
"CreatedBy": "UEAgentForge Contributors",
"CreatedByURL": "https://github.com/your-org/UEAgentForge",
"DocsURL": "https://github.com/your-org/UEAgentForge/wiki",
"MarketplaceURL": "",
"SupportURL": "https://github.com/your-org/UEAgentForge/issues",
"CanContainContent": true,
"IsBetaVersion": true,
"IsExperimentalVersion": false,
"Installed": false,
"Modules": [
{
"Name": "UEAgentForge",
"Type": "Editor",
"LoadingPhase": "Default"
}
],
"Plugins": [
{
"Name": "PythonScriptPlugin",
"Enabled": true
}
],
"EnabledByDefault": true
}