forked from goncasmage1/UINavigation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
UINavigation.uplugin
43 lines (43 loc) · 985 Bytes
/
UINavigation.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
38
39
40
41
42
43
{
"FileVersion": 3,
"Version": 1,
"VersionName": "3.11.3",
"FriendlyName": "UI Navigation",
"Description": "A plugin that allows you to easily setup mouse, keyboard and controller navigation in UMG, among other things.",
"Category": "User Interface",
"CreatedBy": "Goncalo Marques",
"CreatedByURL": "https://goncasmage1.github.io/",
"DocsURL": "",
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/product/b9ee9669c98146cd8433a62ea7f23699",
"SupportURL": "",
"EngineVersion": "5.5.0",
"CanContainContent": true,
"IsBetaVersion": false,
"IsExperimentalVersion": false,
"Installed": true,
"Modules": [
{
"Name": "UINavigation",
"Type": "Runtime",
"LoadingPhase": "PreDefault",
"WhitelistPlatforms": [
"Win64",
"Linux"
],
"BlacklistPlatforms": [
"IOS"
]
},
{
"Name": "UINavigationEditor",
"Type": "Editor",
"LoadingPhase": "Default"
}
],
"Plugins": [
{
"Name": "EnhancedInput",
"Enabled": true
}
]
}