Files
UnrealEngineUWP/Engine/Plugins/Runtime/AudioCapture/AudioCapture.uplugin
Chris Gagnon 80918bea22 Merging //UE4/Dev-Main to Dev-Editor (//UE4/Dev-Editor)
#rb none

[CL 5110714 by Chris Gagnon in Dev-Editor branch]
2019-02-21 13:05:30 -05:00

32 lines
694 B
Plaintext

{
"FileVersion" : 3,
"Version" : 1,
"VersionName" : "1.0",
"FriendlyName" : "Audio Capture",
"Description" : "Plugin provides an interface for microphone input capture.",
"Category" : "Audio",
"CreatedBy" : "Epic Games, Inc.",
"CreatedByURL" : "http://epicgames.com",
"DocsURL" : "",
"MarketplaceURL" : "",
"SupportURL" : "",
"EnabledByDefault" : true,
"CanContainContent" : false,
"IsBetaVersion" : false,
"Installed" : false,
"Modules" :
[
{
"Name" : "AudioCapture",
"Type" : "Runtime",
"LoadingPhase": "Default"
},
{
"Name" : "AudioCaptureEditor",
"Type" : "Editor",
"LoadingPhase": "PostEngineInit",
"WhitelistPlatforms" : [ "Win64" ]
}
]
}