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

30 lines
658 B
Plaintext

{
"FileVersion" : 3,
"Version" : 1,
"VersionName" : "1.0",
"FriendlyName" : "Sound Utilities",
"Description" : "A variety of BP functions, objects, and utilities for audio.",
"Category" : "Audio",
"CreatedBy" : "Epic Games, Inc.",
"CreatedByURL" : "https://epicgames.com",
"DocsURL" : "",
"MarketplaceURL" : "",
"SupportURL" : "",
"EnabledByDefault" : false,
"CanContainContent" : true,
"IsBetaVersion" : true,
"Installed" : false,
"Modules" :
[
{
"Name" : "SoundUtilities",
"Type" : "Runtime",
"LoadingPhase" : "PreDefault"
},
{
"Name" : "SoundUtilitiesEditor",
"Type" : "Editor",
"LoadingPhase" : "Default"
}
]
}