forked from gameDNAstudio/MobileUtils
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMobileUtils.uplugin
37 lines (37 loc) · 966 Bytes
/
MobileUtils.uplugin
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.12.0",
"FriendlyName": "Mobile Utils",
"Description": "Additional utilities for mobile games",
"Category": "Misc",
"CreatedBy": "gameDNA Ltd",
"CreatedByURL": "http://gamednastudio.com",
"DocsURL": "https://github.com/gameDNAstudio/MobileUtils",
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/content/94e8f674898a4589882c283436190676",
"EngineVersion": "4.23.0",
"SupportURL": "mailto:[email protected]",
"Modules": [
{
"Name": "MobileUtils",
"Type": "Runtime",
"LoadingPhase": "PostConfigInit",
"WhitelistPlatforms": [ "Win64", "Win32", "Mac", "IOS", "Android" ]
}
],
"Plugins": [
{
"Name": "OnlineSubsystem",
"Enabled": true
},
{
"Name": "OnlineSubsystemUtils",
"Enabled": true
}
],
"EnabledByDefault": true,
"CanContainContent": false,
"IsBetaVersion": false,
"Installed": true,
"RequiresBuildPlatform": true
}