forked from J1blCblu/LockOnTarget
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLockOnTarget.uplugin
More file actions
31 lines (31 loc) · 866 Bytes
/
Copy pathLockOnTarget.uplugin
File metadata and controls
31 lines (31 loc) · 866 Bytes
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
{
"FileVersion": 1,
"Version": 1,
"VersionName": "1.4.2",
"EngineVersion": "5.1.0",
"FriendlyName": "LockOnTarget",
"Description": "Lock On Target system",
"Category": "Gameplay",
"CreatedBy": "Ivan Baktenkov J1blCblu",
"CreatedByURL": "https://github.com/J1blCblu",
"DocsURL": "https://github.com/J1blCblu/LockOnTarget/wiki",
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/content/d58106fca28446ec88caad16c5a35fe8",
"SupportURL": "https://github.com/J1blCblu/LockOnTarget/issues",
"CanContainContent": true,
"IsBetaVersion": false,
"IsExperimentalVersion": false,
"Installed": true,
"Modules": [
{
"Name": "LockOnTarget",
"Type": "Runtime",
"LoadingPhase": "PreDefault",
"WhitelistPlatforms": [ "Win64", "Linux" ]
},
{
"Name": "LockOnTargetEditor",
"Type": "Editor",
"LoadingPhase": "PostEngineInit"
}
]
}