You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
#jira UE-166823 #rb lauren.barnes #preflight 6352b20b7261e565c476ec3b [CL 22690089 by Robb Surridge in ue5-main branch]
40 lines
811 B
Plaintext
40 lines
811 B
Plaintext
{
|
|
"FileVersion": 3,
|
|
"Version": 1,
|
|
"VersionName": "2.0",
|
|
"FriendlyName": "Audio Modulation",
|
|
"Description": "Default implementation of Audio Modulation in the Unreal Audio Engine.",
|
|
"Category": "Audio",
|
|
"CreatedBy": "Epic Games, Inc.",
|
|
"CreatedByURL": "https://epicgames.com",
|
|
"DocsURL": "",
|
|
"MarketplaceURL": "",
|
|
"SupportURL": "",
|
|
"EnabledByDefault": false,
|
|
"CanContainContent": true,
|
|
"IsBetaVersion": false,
|
|
"IsExperimentalVersion": false,
|
|
"Installed": false,
|
|
"Modules": [
|
|
{
|
|
"Name": "AudioModulation",
|
|
"Type": "Runtime",
|
|
"LoadingPhase": "PreDefault"
|
|
},
|
|
{
|
|
"Name": "AudioModulationEditor",
|
|
"Type": "Editor",
|
|
"LoadingPhase": "PostEngineInit"
|
|
}
|
|
],
|
|
"Plugins": [
|
|
{
|
|
"Name": "MetaSound",
|
|
"Enabled": true
|
|
},
|
|
{
|
|
"Name": "WaveTable",
|
|
"Enabled": true
|
|
}
|
|
]
|
|
} |