-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
JoystickPlugin.uplugin
36 lines (36 loc) · 1003 Bytes
/
JoystickPlugin.uplugin
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0.0",
"FriendlyName": "Joystick Plugin",
"Description": "Unreal Engine Plugin to add Joystick Controllers as Input Devices (with Force Feedback support)",
"Category": "Input Devices",
"CreatedBy": "Jayden Maalouf",
"CreatedByURL": "https://github.com/JaydenMaalouf/JoystickPlugin",
"DocsURL": "https://github.com/JaydenMaalouf/JoystickPlugin/wiki",
"MarketplaceURL": "",
"SupportURL": "https://github.com/JaydenMaalouf/JoystickPlugin/issues",
"CanContainContent": false,
"IsBetaVersion": false,
"IsExperimentalVersion": false,
"Installed": false,
"Modules": [
{
"Name": "JoystickPlugin",
"Type": "Runtime",
"LoadingPhase": "PostConfigInit",
"WhitelistPlatforms": [
"Win64",
"Linux"
]
},
{
"Name": "JoystickPluginEditor",
"Type": "Editor",
"LoadingPhase": "PostEngineInit",
"AdditionalDependencies": [
"Engine"
]
}
]
}