Files
UnrealEngineUWP/Engine/Plugins/Runtime/Soundscape/Soundscape.uplugin
Dan Reynolds 88f15e3db6 Soundscape Engine Plugin Check-In
- Making Soundscape available to all projects

#jira UE-153427
#fyi aaron.mcleran, zak.belica, adam.block, ryan.mangin
#preflight 62914b658b6ee6772592e580

[CL 20400568 by Dan Reynolds in ue5-main branch]
2022-05-27 18:32:47 -04:00

30 lines
630 B
Plaintext

{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "Soundscape Plugin",
"Description": "A Dynamic Ambient Sound System",
"Category": "Audio",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "http://epicgames.com",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"EnabledByDefault": false,
"CanContainContent": true,
"IsBetaVersion": true,
"IsExperimentalVersion": true,
"Installed": false,
"Modules": [
{
"Name": "Soundscape",
"Type": "Runtime",
"LoadingPhase": "PreDefault"
},
{
"Name": "SoundscapeEditor",
"Type": "Editor",
"LoadingPhase": "Default"
}
]
}