Files
UnrealEngineUWP/Engine/Plugins/Runtime/SoundUtilities/SoundUtilities.uplugin
aaron mcleran 7f3bff69e6 Removing references to ue4
#jira UE-131937
#rb trivial

#ROBOMERGE-AUTHOR: aaron.mcleran
#ROBOMERGE-SOURCE: CL 18426955 in //UE5/Release-5.0/... via CL 18427101
#ROBOMERGE-BOT: STARSHIP (Release-Engine-Staging -> Release-Engine-Test) (v897-18405271)

[CL 18427131 by aaron mcleran in ue5-release-engine-test branch]
2021-12-09 18:59:15 -05:00

30 lines
654 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" : "http://epicgames.com",
"DocsURL" : "",
"MarketplaceURL" : "",
"SupportURL" : "",
"EnabledByDefault" : false,
"CanContainContent" : true,
"IsBetaVersion" : true,
"Installed" : false,
"Modules" :
[
{
"Name" : "SoundUtilities",
"Type" : "Runtime",
"LoadingPhase" : "Default"
},
{
"Name" : "SoundUtilitiesEditor",
"Type" : "Editor",
"LoadingPhase" : "Default"
}
]
}