Skip to content

Commit 08472c1

Browse files
committed
Update uplugin file
1 parent ceff631 commit 08472c1

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

BetaHubBugReporter.uplugin

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@
66
"Description": "Bug reporting functionality for BetaHub.io",
77
"Category": "Other",
88
"CreatedBy": "Upsoft sp. z o. o.",
9+
"EngineVersion": "5.3.0",
910
"CreatedByURL": "https://betahub.io/",
10-
"DocsURL": "",
11+
"DocsURL": "https://www.betahub.io/docs/integration-guides/#unreal-plugin-integration",
1112
"MarketplaceURL": "",
12-
"SupportURL": "",
13+
"SupportURL": "https://www.betahub.io/docs/support/#support-resources",
1314
"CanContainContent": true,
1415
"IsBetaVersion": true,
1516
"IsExperimentalVersion": false,
@@ -18,7 +19,10 @@
1819
{
1920
"Name": "BetaHubBugReporter",
2021
"Type": "Runtime",
21-
"LoadingPhase": "Default"
22+
"LoadingPhase": "Default",
23+
"PlatformAllowList": [
24+
"Win64"
25+
]
2226
}
2327
],
2428
"AdditionalFiles": [

0 commit comments

Comments
 (0)