Files
UnrealEngineUWP/Engine/Plugins/Runtime/InputDebugging/InputDebugging.uplugin
David Harvey dfa6b776b1 Input debugging plugin.
- includes touch input visualization, toggled via `Input.Debug.ShowTouches 1`


#jira UE-150305
#rb Serge.Bernier, Ben.Hoffman
#preflight 628665b22c1bb3e25a4a0da9

[CL 20282745 by David Harvey in ue5-main branch]
2022-05-19 12:58:06 -04:00

24 lines
512 B
Plaintext

{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "Input Debugging",
"Description": "Input debugging and visualization.",
"Category": "Input",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "http://epicgames.com",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"EnabledByDefault": true,
"CanContainContent": false,
"IsBetaVersion": false,
"Installed": false,
"Modules": [
{
"Name": "InputDebugging",
"Type": "Runtime",
"LoadingPhase": "Default"
}
]
}