Updated .uplugin file
Renamed HarmonyLinkUEBPLibrary files to HarmonyLinkClient
This commit is contained in:
parent
72349e9177
commit
cb724ec3b3
4 changed files with 34 additions and 32 deletions
|
@ -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"]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue