UE Wingman renaming complete.
This commit is contained in:
@@ -132,14 +132,14 @@
|
|||||||
},
|
},
|
||||||
"append2" : [
|
"append2" : [
|
||||||
{
|
{
|
||||||
"name": "BlueprintMCP Commandlet",
|
"name": "UEWingman Commandlet",
|
||||||
"request": "launch",
|
"request": "launch",
|
||||||
"program": "[UNREALENGINE]/Engine/Binaries/Linux/UnrealEditor-Linux-[DEBUG]-Cmd",
|
"program": "[UNREALENGINE]/Engine/Binaries/Linux/UnrealEditor-Linux-[DEBUG]-Cmd",
|
||||||
"preLaunchTask": "python3 build.py c++",
|
"preLaunchTask": "python3 build.py c++",
|
||||||
"args": [
|
"args": [
|
||||||
"[INTEGRATION]/Integration.uproject",
|
"[INTEGRATION]/Integration.uproject",
|
||||||
"-userdir=User/[USER]",
|
"-userdir=User/[USER]",
|
||||||
"-run=BlueprintMCP",
|
"-run=UEWingman",
|
||||||
"-unattended"
|
"-unattended"
|
||||||
],
|
],
|
||||||
"cwd": "[INTEGRATION]",
|
"cwd": "[INTEGRATION]",
|
||||||
|
|||||||
@@ -42,7 +42,7 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Name": "BlueprintMCP",
|
"Name": "UEWingman",
|
||||||
"Enabled": true,
|
"Enabled": true,
|
||||||
"TargetAllowList": [
|
"TargetAllowList": [
|
||||||
"Editor"
|
"Editor"
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# Serious Issues Remaining in BlueprintMCP Handlers
|
# Serious Issues Remaining in UEWingman Handlers
|
||||||
|
|
||||||
## Breaking API Changes
|
## Breaking API Changes
|
||||||
|
|
||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user