ComboInput/ComboInput.uplugin
2023-09-09 17:28:41 -04:00

32 lines
699 B
Plaintext

{
"FileVersion": 3,
"Version": 1,
"VersionName": "0.1.0.0",
"FriendlyName": "Combo Input",
"Description": "A set of components and classes for capturing Enhanced Input actions for buffering actions and stringing them into complex combos.",
"Category": "Input",
"CreatedBy": "Jamie Greunbaum",
"EngineVersion": "5.2.0",
"CanContainContent": true,
"IsBetaVersion": true,
"IsExperimentalVersion": true,
"Installed": true,
"Modules": [
{
"Name": "ComboInput",
"Type": "Runtime",
"LoadingPhase": "PreDefault"
},
{
"Name": "ComboInputEditor",
"Type": "Editor",
"LoadingPhase": "Default"
}
],
"Plugins": [
{
"Name": "EnhancedInput",
"Enabled": true
}
]
}