HarmonyLinkUE/HarmonyLinkUE.uplugin
Jordon Brooks cb724ec3b3 Updated .uplugin file
Renamed HarmonyLinkUEBPLibrary files to HarmonyLinkClient
2023-06-10 14:45:45 +01:00

26 lines
694 B
Text

{
"FileVersion": 3,
"Version": 1,
"VersionName": "0.1",
"FriendlyName": "HarmonyLinkUE",
"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": "",
"EngineVersion": "5.2.0",
"CanContainContent": false,
"IsBetaVersion": false,
"IsExperimentalVersion": true,
"Installed": false,
"Modules": [
{
"Name": "HarmonyLinkUE",
"Type": "Runtime",
"LoadingPhase": "PreLoadingScreen",
"WhitelistPlatforms": ["Win64", "Win32", "Linux"]
}
]
}