ITR2_ASSET/Engine/Plugins/Runtime/Soundscape/Soundscape.json

30 lines
660 B
JSON
Raw Normal View History

{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "Soundscape Plugin",
"Description": "A Dynamic Ambient Sound System",
"Category": "Audio",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "https://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"
}
]
}