ITR2_ASSET/Engine/Plugins/Runtime/AudioCapture/AudioCapture.json

32 lines
725 B
JSON
Raw Normal View History

{
"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" : "https://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",
"PlatformAllowList" : [ "Win64" ]
}
]
}