Files
UnrealEngineUWP/Engine/Plugins/CmdLinkServer/CmdLinkServer.uplugin
jordan hoffmann 9db68b0847 [Feature] CmdLink.exe that can run commands on an active UE process
#rb josh.adams justin.harematthew.sorrels

[CL 26351922 by jordan hoffmann in ue5-main branch]
2023-06-30 15:09:35 -04:00

27 lines
594 B
Plaintext

{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "Command Link Server",
"Description": "Listens to and runs console commands from CmdLink",
"Category": "Other",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "http://epicgames.com",
"DocsURL": "",
"EnabledByDefault": true,
"MarketplaceURL": "",
"CanContainContent": false,
"IsBetaVersion": false,
"IsExperimentalVersion": false,
"Installed": false,
"Modules": [
{
"Name": "CmdLinkServer",
"Type": "Editor",
"LoadingPhase": "PostDefault",
"PlatformAllowList": [
"Win64"
]
}
]
}