This repository has been archived on 2024-02-03. You can view files and clone it, but cannot push or open issues or pull requests.
StationObscurum_Unreal/Plugins/FabulousDualSense/FabulousDualSense.uplugin

32 lines
797 B
Plaintext
Raw Normal View History

2023-09-19 01:40:39 +02:00
{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "Fabulous DualSense",
"Description": "Minimal input device plugin for DualSense controller in Windows.",
"Category": "Input Devices",
"CreatedBy": "Sixze",
"CreatedByURL": "https://github.com/Sixze",
"DocsURL": "https://github.com/Sixze/FabulousDualSense",
"MarketplaceURL": "",
"SupportURL": "https://github.com/Sixze/FabulousDualSense/discussions",
"EngineVersion": "5.2.0",
"EnabledByDefault": true,
"CanContainContent": false,
"IsBetaVersion": false,
"IsExperimentalVersion": false,
"Installed": false,
"SupportedTargetPlatforms": [
"Win64"
],
"Modules": [
{
"Name": "FabulousDualSense",
"Type": "Runtime",
"LoadingPhase": "Default",
"PlatformAllowList": [
"Win64"
]
}
]
}