ControllerMenu/ControllerMenu.uplugin
2023-03-13 15:58:22 -04:00

20 lines
530 B
Plaintext

{
"FileVersion": 3,
"Version": 1.0,
"VersionName": "1.0",
"FriendlyName": "ControllerMenu",
"Description": "Custom class that allows easy setup of hybrid controller/keyboard/mouse menu navigation.",
"Category": "Menu",
"CreatedBy": "Batty Bovine Productions, LLC",
"CreatedByURL": "https://battybovine.com",
"EnabledByDefault": true,
"CanContainContent": true,
"IsBetaVersion": true,
"Modules": [
{
"Name": "ControllerMenu",
"Type": "Runtime",
"LoadingPhase": "PreDefault"
}
]
}