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

52 lines
934 B
Plaintext

{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "AudioInsights",
"Description": "Suite of tools to profile, debug, and monitor aspects of audio in the Unreal Engine.",
"Category": "Audio",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"CanContainContent": true,
"IsBetaVersion": false,
"IsExperimentalVersion": true,
"Installed": false,
"SupportedPrograms": [ "UnrealInsights" ],
"Modules":
[
{
"Name": "AudioInsights",
"Type": "EditorAndProgram",
"LoadingPhase": "Default",
"ProgramAllowList":
[
"UnrealInsights"
],
"PlatformAllowList":
[
"Win64",
"Mac"
]
},
{
"Name": "AudioInsightsEditor",
"Type": "Editor",
"LoadingPhase": "Default",
"PlatformAllowList":
[
"Win64",
"Mac"
]
}
],
"Plugins":
[
{
"Name": "AudioWidgets",
"Enabled": true
}
]
}