Files
UnrealEngine/Engine/Plugins/CmdLinkServer/CmdLinkServer.uplugin
2025-05-18 13:04:45 +08: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"
]
}
]
}