Files
UnrealEngineUWP/Engine/Plugins/EnhancedInput/EnhancedInput.uplugin
ben hoffman dea92ebd64 Enable Enhanced Input plugin by default
#jira UE-144847
#rb none
#preflight 622f3b3d505788e09ffcd376

[CL 19372137 by ben hoffman in ue5-main branch]
2022-03-14 09:40:09 -04:00

34 lines
690 B
Plaintext

{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "Enhanced Input",
"Description": "Prototype input handling.",
"Category": "Input",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "http://epicgames.com",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"EnabledByDefault": true,
"CanContainContent": false,
"IsBetaVersion": true,
"Installed": false,
"Modules": [
{
"Name": "EnhancedInput",
"Type": "Runtime",
"LoadingPhase": "PreDefault"
},
{
"Name": "InputBlueprintNodes",
"Type": "UncookedOnly",
"LoadingPhase": "PreDefault"
},
{
"Name": "InputEditor",
"Type": "Editor",
"LoadingPhase": "Default"
}
]
}