-
Notifications
You must be signed in to change notification settings - Fork 68
/
UltraleapTracking.uplugin
58 lines (58 loc) · 1.16 KB
/
UltraleapTracking.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
57
58
{
"FileVersion": 3,
"Version": 14,
"VersionName": "5.0.1",
"FriendlyName": "Ultraleap Tracking Plugin",
"Description": "Support for Ultraleap hand tracking devices.",
"Category": "Input Devices",
"CreatedBy": "Ultraleap",
"CreatedByURL": "https://www.ultraleap.com/",
"DocsURL": "https://github.com/ultraleap/UnrealPlugin#readme",
"MarketPlaceURL": "com.epicgames.launcher://ue/marketplace/product/bee1e122fcae438abb50441ee6286d92",
"SupportURL": "",
"EnabledByDefault": true,
"CanContainContent": true,
"IsBetaVersion": false,
"Installed": false,
"Modules": [
{
"Name": "UltraleapTracking",
"Type": "Runtime",
"LoadingPhase": "Default",
"WhitelistPlatforms": [
"Win64",
"Android",
"Linux",
"Mac"
]
},
{
"Name": "UltraleapTrackingEditor",
"Type": "UncookedOnly",
"LoadingPhase": "PreDefault",
"WhitelistPlatforms": [
"Win64",
"Android",
"Linux",
"Mac"
]
},
{
"Name": "BodyState",
"Type": "Runtime",
"LoadingPhase": "PreDefault",
"WhitelistPlatforms": [
"Win64",
"Android",
"Linux",
"Mac"
]
}
],
"Plugins": [
{
"Name": "Niagara",
"Enabled": true
}
]
}