Files
TG_ARPG/Plugins/marketplace/UINav3Plugin/UINavigation.uplugin

41 lines
923 B
Plaintext
Raw Normal View History

2023-10-07 03:53:32 +08:00
{
"FileVersion": 3,
"Version": 1,
"VersionName": "3.3.2",
"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.3.0",
"CanContainContent": true,
"Installed": true,
"Modules": [
{
"Name": "UINavigation",
"Type": "Runtime",
"LoadingPhase": "PreDefault",
"PlatformAllowList": [
"Win64",
"Linux"
],
"PlatformDenyList": [
"IOS"
]
},
{
"Name": "UINavigationEditor",
"Type": "Editor",
"LoadingPhase": "Default"
}
],
"Plugins": [
{
"Name": "EnhancedInput",
"Enabled": true
}
]
}