UE Wingman renaming complete.

This commit is contained in:
2026-03-18 10:29:38 -04:00
parent c55c5d8953
commit a2f6a21d29
134 changed files with 36 additions and 36 deletions

View File

@@ -132,14 +132,14 @@
},
"append2" : [
{
"name": "BlueprintMCP Commandlet",
"name": "UEWingman Commandlet",
"request": "launch",
"program": "[UNREALENGINE]/Engine/Binaries/Linux/UnrealEditor-Linux-[DEBUG]-Cmd",
"preLaunchTask": "python3 build.py c++",
"args": [
"[INTEGRATION]/Integration.uproject",
"-userdir=User/[USER]",
"-run=BlueprintMCP",
"-run=UEWingman",
"-unattended"
],
"cwd": "[INTEGRATION]",