-
Notifications
You must be signed in to change notification settings - Fork 23
/
SpaceMouse.uplugin
56 lines (56 loc) · 1.24 KB
/
SpaceMouse.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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.2.9",
"FriendlyName": "SpaceMouse for Unreal Engine",
"Description": "Control the active editor viewport camera with 3DConnexion SpaceMice",
"Category": "Input Devices",
"EnabledByDefault": true,
"CreatedBy": "microdee",
"CreatedByURL": "http://mcro.de",
"DocsURL": "https://github.com/microdee/UE4-SpaceMouse",
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/product/ad5ae5bca73f4a84a693394a0542fc92",
"SupportURL": "https://github.com/microdee/UE4-SpaceMouse/issues",
"CanContainContent": false,
"IsBetaVersion": false,
"Installed": true,
"RequiresBuildPlatform": false,
"Modules": [
{
"Name": "HIDUE",
"Type": "Runtime",
"LoadingPhase": "PreDefault",
"WhitelistPlatforms": [
"Linux",
"Win64"
]
},
{
"Name": "SpaceMouseReader",
"Type": "Runtime",
"LoadingPhase": "PreDefault",
"WhitelistPlatforms": [
"Linux",
"Win64"
]
},
{
"Name": "SpaceMouseRuntime",
"Type": "Runtime",
"LoadingPhase": "Default",
"WhitelistPlatforms": [
"Linux",
"Win64"
]
},
{
"Name": "SpaceMouseEditor",
"Type": "Editor",
"LoadingPhase": "PostEngineInit",
"WhitelistPlatforms": [
"Linux",
"Win64"
]
}
]
}