Files
UnrealEngineUWP/Engine/Plugins/Runtime/Steam/SteamController/SteamController.uplugin
Jake Leonard 974f4a3e56 Steam 1.44 changes with shared module support
#JIRA: UE-75460
#rb: ryan.gerleve

[CL 7328875 by Jake Leonard in Dev-Networking branch]
2019-07-16 18:59:26 -04:00

36 lines
691 B
Plaintext

{
"FileVersion" : 3,
"Version" : 1.1,
"VersionName" : "1.1",
"FriendlyName" : "Steam Controller Plugin",
"Description" : "InputDevice plugin for Steam controller",
"Category" : "Input Devices",
"CreatedBy" : "Epic Games, Inc.",
"CreatedByURL" : "https://epicgames.com",
"DocsURL" : "",
"MarketplaceURL" : "",
"SupportURL" : "",
"EnabledByDefault" : false,
"CanContainContent" : false,
"IsBetaVersion" : false,
"Installed" : false,
"Modules" :
[
{
"Name" : "SteamController",
"Type" : "Runtime",
"LoadingPhase" : "Default",
"WhitelistPlatforms" :
[
"Win64",
"Linux"
]
}
],
"Plugins": [
{
"Name": "SteamShared",
"Enabled": true
}
]
}