Files
UnrealEngineUWP/Engine/Plugins/Runtime/MicrosoftSpatialAudio/MicroSoftSpatialSound.uplugin
David Harvey 45bd3d573d Remaining HoloLens platform extension files for engine plugins.
#jira UE-149794
#rnx
#rb trivial
#preflight 628f773c911f194ea72fc444

[CL 20378298 by David Harvey in ue5-main branch]
2022-05-26 08:57:05 -04:00

29 lines
604 B
Plaintext

{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "MicrosoftSpatialSound",
"Description": "Audio spatialization plugin using Microsoft's SASAPI service.",
"Category": "Audio",
"CreatedBy": "Epic Games",
"CreatedByURL": "epicgames.com",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"CanContainContent": false,
"IsBetaVersion": false,
"Installed": false,
"SupportedTargetPlatforms": [
"Win64"
],
"Modules": [
{
"Name": "MicrosoftSpatialSound",
"Type": "Runtime",
"LoadingPhase": "PreDefault",
"PlatformAllowList": [
"Win64"
]
}
]
}