Files
UnrealEngine/Engine/Plugins/Runtime/Steam/SteamAudio/SteamAudio.uplugin
Brandyn / Techy fcc1b09210 init
2026-04-04 15:40:51 -05:00

34 lines
815 B
Plaintext

{
"FileVersion" : 3,
"Version" : 1,
"VersionName" : "2.0-beta.17",
"FriendlyName" : "Steam Audio (Deprecated)",
"Description" : "This plugin is deprecated and will be removed in a future engine release. Please use the plugin from Valve's website.",
"Category" : "Audio",
"CreatedBy" : "Valve Corporation",
"CreatedByURL" : "https://valvesoftware.github.io/steam-audio",
"DocsURL" : "",
"MarketplaceURL" : "",
"SupportURL" : "https://steamcommunity.com/app/596420",
"EnabledByDefault" : false,
"CanContainContent" : true,
"IsBetaVersion" : true,
"Installed" : false,
"Modules" :
[
{
"Name" : "SteamAudio",
"Type" : "Runtime",
"LoadingPhase" : "PreDefault",
"PlatformAllowList" :
[
"Win64", "Android"
],
"PlatformArchitectureDenyList":
[
"Win64:arm64"
]
}
]
}