Files
UnrealEngine/Engine/Plugins/Runtime/AudioCapture/AudioCapture.uplugin
2025-05-18 13:04:45 +08:00

35 lines
809 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" : "https://epicgames.com",
"DocsURL" : "",
"MarketplaceURL" : "",
"SupportURL" : "",
"EnabledByDefault" : true,
"CanContainContent" : false,
"IsBetaVersion" : false,
"Installed": false,
"SupportedPrograms": ["LiveLinkHub"],
"Modules" :
[
{
"Name" : "AudioCapture",
"Type": "Runtime",
"ProgramAllowList": ["LiveLinkHub"],
"LoadingPhase": "Default"
},
{
"Name": "AudioCaptureEditor",
"Type": "Editor",
"ProgramAllowList": [ "LiveLinkHub" ],
"LoadingPhase": "PostEngineInit",
"PlatformAllowList": [ "Win64" ]
}
]
}