Updated .uplugin file

Renamed HarmonyLinkUEBPLibrary files to HarmonyLinkClient
This commit is contained in:
Jordon Brooks 2023-06-10 14:45:45 +01:00
parent 72349e9177
commit cb724ec3b3
4 changed files with 34 additions and 32 deletions

View file

@ -1,24 +1,26 @@
{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"VersionName": "0.1",
"FriendlyName": "HarmonyLinkUE",
"Description": "",
"Category": "Other",
"Description": "A plugin that provides real-time device metrics for games running on handheld devices, starting with the Steam Deck.",
"Category": "Handheld",
"CreatedBy": "Jordon Brooks",
"CreatedByURL": "https://jordongamedev.co.uk",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"CanContainContent": true,
"IsBetaVersion": true,
"IsExperimentalVersion": false,
"EngineVersion": "5.2.0",
"CanContainContent": false,
"IsBetaVersion": false,
"IsExperimentalVersion": true,
"Installed": false,
"Modules": [
{
"Name": "HarmonyLinkUE",
"Type": "Runtime",
"LoadingPhase": "PreLoadingScreen"
"LoadingPhase": "PreLoadingScreen",
"WhitelistPlatforms": ["Win64", "Win32", "Linux"]
}
]
}
}