Files
UnrealEngineUWP/Engine/Plugins/AudioGameplayVolume/AudioGameplayVolume.uplugin
aurel cordonnier 34f55d3a4a Merge from Release-Engine-Test @ 17946149 to UE5/Main
This represents UE4/Main @17911760, Release-5.0 @17915875 and Dev-PerfTest @17914035

[CL 17949667 by aurel cordonnier in ue5-main branch]
2021-10-27 15:14:40 -04:00

29 lines
541 B
Plaintext

{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "AudioGameplayVolume",
"Description": "Audio Gameplay Volume Plugin",
"Category": "Audio",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"CanContainContent": false,
"IsBetaVersion": true,
"Installed": false,
"Modules": [
{
"Name": "AudioGameplayVolume",
"Type": "Runtime",
"LoadingPhase": "Default"
}
],
"Plugins" : [
{
"Name": "AudioGameplay",
"Enabled": true
}
]
}