Files
UnrealEngineUWP/Engine/Plugins/EnhancedInput/EnhancedInput.uplugin
ben hoffman 2b22b63809 Update the descriptoin on the Enhanced Input plugin. Update the docs URL to be correct
#jira none
#rb me
#rnx
#preflight skip

[CL 20635115 by ben hoffman in ue5-main branch]
2022-06-13 17:24:53 -04:00

34 lines
797 B
Plaintext

{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "Enhanced Input",
"Description": "Input handling that allows for contextual and dynamic mappings.",
"Category": "Input",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "http://epicgames.com",
"DocsURL": "https://docs.unrealengine.com/en-US/enhanced-input-in-unreal-engine/",
"MarketplaceURL": "",
"SupportURL": "",
"EnabledByDefault": true,
"CanContainContent": false,
"IsBetaVersion": false,
"Installed": false,
"Modules": [
{
"Name": "EnhancedInput",
"Type": "Runtime",
"LoadingPhase": "PreDefault"
},
{
"Name": "InputBlueprintNodes",
"Type": "UncookedOnly",
"LoadingPhase": "PreDefault"
},
{
"Name": "InputEditor",
"Type": "Editor",
"LoadingPhase": "Default"
}
]
}