AnKangCAVE51/AnKang/Windows/Engine/Plugins/Runtime/InputDebugging/InputDebugging.uplugin

25 lines
562 B
Plaintext
Raw Normal View History

2024-09-02 13:44:09 +08:00
{
"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",
"TargetConfigurationDenyList": [ "Shipping" ]
}
]
}