Files
Plugin/SenseGlove.uplugin
T

222 lines
3.9 KiB
Plaintext
Raw Normal View History

2022-11-02 22:43:14 +01:00
{
"FileVersion": 3,
"Version": 1,
2023-08-14 21:21:12 +02:00
"VersionName": "1.6.1",
2022-11-02 22:43:14 +01:00
"FriendlyName": "SenseGlove",
2022-11-04 15:23:56 +01:00
"Description": "Integrating the SenseGlove haptic controller into Unreal Engine",
2022-11-02 22:43:14 +01:00
"Category": "Virtual Reality",
"CreatedBy": "SenseGlove",
"CreatedByURL": "https://www.senseglove.com/",
2022-11-18 15:06:29 +01:00
"DocsURL": "https://senseglove.gitlab.io/unreal-blueprint-docs/",
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/product/5e1d408f517b4966a269ec1035de0b9e",
2022-11-04 15:14:40 +01:00
"SupportURL": "https://www.senseglove.com/support/",
2022-11-02 22:43:14 +01:00
"CanContainContent": true,
"IsBetaVersion": false,
"IsExperimentalVersion": false,
"Installed": false,
"SupportedTargetPlatforms": [
2022-12-15 21:15:12 +01:00
"Android",
"Linux",
"Win64"
],
2022-11-02 22:43:14 +01:00
"Modules": [
{
"Name": "SenseGlove",
"Type": "Runtime",
"LoadingPhase": "Default",
"WhitelistPlatforms": [
2022-12-15 21:15:12 +01:00
"Android",
"Linux",
"LinuxArm64",
"Win64"
]
2022-11-02 22:43:14 +01:00
},
{
"Name": "SenseGloveAndroid",
"Type": "Runtime",
"LoadingPhase": "PreDefault",
"WhitelistPlatforms": [
"Android",
"Linux",
"LinuxArm64",
"Win64"
]
},
2022-11-02 22:43:14 +01:00
{
"Name": "SenseGloveBuildHacks",
"Type": "Runtime",
2022-11-19 06:15:29 +01:00
"LoadingPhase": "PreDefault",
"WhitelistPlatforms": [
2022-12-15 21:15:12 +01:00
"Android",
"Linux",
"LinuxArm64",
"Win64"
]
2022-11-02 22:43:14 +01:00
},
{
"Name": "SenseGloveConnect",
"Type": "Runtime",
2022-11-19 06:15:29 +01:00
"LoadingPhase": "PreDefault",
"WhitelistPlatforms": [
2022-12-15 21:15:12 +01:00
"Android",
"Linux",
"LinuxArm64",
"Win64"
]
2022-11-02 22:43:14 +01:00
},
{
"Name": "SenseGloveConnectImpl",
"Type": "Runtime",
2022-11-19 06:15:29 +01:00
"LoadingPhase": "PreDefault",
2022-11-02 22:43:14 +01:00
"WhitelistPlatforms": [
2022-12-15 21:15:12 +01:00
"Android",
2022-11-02 22:43:14 +01:00
"Linux",
"LinuxArm64",
2022-11-02 22:43:14 +01:00
"Win64"
]
},
{
"Name": "SenseGloveConnectKismet",
"Type": "Runtime",
2022-11-19 06:15:29 +01:00
"LoadingPhase": "PreDefault",
"WhitelistPlatforms": [
2022-12-15 21:15:12 +01:00
"Android",
"Linux",
"LinuxArm64",
"Win64"
]
2022-11-02 22:43:14 +01:00
},
{
"Name": "SenseGloveCore",
"Type": "Runtime",
2022-11-19 06:15:29 +01:00
"LoadingPhase": "PreDefault",
"WhitelistPlatforms": [
2022-12-15 21:15:12 +01:00
"Android",
"Linux",
"LinuxArm64",
"Win64"
]
2022-11-02 22:43:14 +01:00
},
{
"Name": "SenseGloveCoreImpl",
"Type": "Runtime",
2022-11-19 06:15:29 +01:00
"LoadingPhase": "PreDefault",
2022-11-02 22:43:14 +01:00
"WhitelistPlatforms": [
2022-12-15 21:15:12 +01:00
"Android",
2022-11-02 22:43:14 +01:00
"Linux",
"LinuxArm64",
2022-11-02 22:43:14 +01:00
"Win64"
]
},
{
"Name": "SenseGloveCoreKismet",
"Type": "Runtime",
2022-11-19 06:15:29 +01:00
"LoadingPhase": "PreDefault",
"WhitelistPlatforms": [
2022-12-15 21:15:12 +01:00
"Android",
"Linux",
"LinuxArm64",
"Win64"
]
},
2023-04-25 08:48:44 +02:00
{
"Name": "SenseGloveDebug",
"Type": "Runtime",
"LoadingPhase": "PreDefault",
"WhitelistPlatforms": [
"Android",
"Linux",
"LinuxArm64",
2023-04-25 08:48:44 +02:00
"Win64"
]
},
2022-11-02 22:43:14 +01:00
{
"Name": "SenseGloveEditor",
2022-11-19 06:15:29 +01:00
"Type": "Editor",
"LoadingPhase": "PostEngineInit",
2022-11-02 22:43:14 +01:00
"WhitelistPlatforms": [
"Linux",
"LinuxArm64",
2022-11-02 22:43:14 +01:00
"Win64"
]
},
{
"Name": "SenseGloveInterop",
"Type": "Runtime",
2022-11-19 06:15:29 +01:00
"LoadingPhase": "PreDefault",
"WhitelistPlatforms": [
2022-12-15 21:15:12 +01:00
"Android",
"Linux",
"LinuxArm64",
"Win64"
]
2022-11-02 22:43:14 +01:00
},
{
"Name": "SenseGloveKismet",
"Type": "Runtime",
2022-11-19 06:15:29 +01:00
"LoadingPhase": "PreDefault",
"WhitelistPlatforms": [
2022-12-15 21:15:12 +01:00
"Android",
"Linux",
"LinuxArm64",
"Win64"
]
2022-11-02 22:43:14 +01:00
},
{
"Name": "SenseGloveLog",
"Type": "Runtime",
2022-11-19 06:15:29 +01:00
"LoadingPhase": "PreDefault",
"WhitelistPlatforms": [
2022-12-15 21:15:12 +01:00
"Android",
"Linux",
"LinuxArm64",
"Win64"
]
2022-11-02 22:43:14 +01:00
},
2023-03-20 23:14:07 +01:00
{
"Name": "SenseGloveSettings",
"Type": "Runtime",
"LoadingPhase": "PreDefault",
"WhitelistPlatforms": [
"Android",
"Linux",
"LinuxArm64",
2023-03-20 23:14:07 +01:00
"Win64"
]
},
2023-03-21 13:47:11 +01:00
{
"Name": "SenseGloveSettingsKismet",
"Type": "Runtime",
"LoadingPhase": "PreDefault",
"WhitelistPlatforms": [
"Android",
"Linux",
"LinuxArm64",
2023-03-21 13:47:11 +01:00
"Win64"
]
},
2022-11-02 22:43:14 +01:00
{
"Name": "SenseGloveTypes",
"Type": "Runtime",
2022-11-19 06:15:29 +01:00
"LoadingPhase": "PreDefault",
"WhitelistPlatforms": [
2022-12-15 21:15:12 +01:00
"Android",
"Linux",
"LinuxArm64",
"Win64"
]
2022-11-02 22:43:14 +01:00
},
{
"Name": "SenseGloveUtils",
"Type": "Runtime",
2022-11-19 06:15:29 +01:00
"LoadingPhase": "PreDefault",
"WhitelistPlatforms": [
2022-12-15 21:15:12 +01:00
"Android",
"Linux",
"LinuxArm64",
"Win64"
]
2022-11-02 22:43:14 +01:00
}
]
}