You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
#jira UE-155166 #rb helen.yang #preflight 62a78c5d132fd0303d81fb18 #lockdown #ROBOMERGE-AUTHOR: rob.gay #ROBOMERGE-SOURCE: CL 20633587 in //UE5/Release-5.0/... via CL 20649264 #ROBOMERGE-BOT: UE5 (Release-Engine-Staging -> Main) (v955-20579017) [CL 20656342 by rob gay in ue5-main branch]
36 lines
758 B
Plaintext
36 lines
758 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": "http://epicgames.com",
|
|
"DocsURL": "",
|
|
"MarketplaceURL": "",
|
|
"SupportURL": "",
|
|
"EnabledByDefault": false,
|
|
"CanContainContent": true,
|
|
"IsBetaVersion": true,
|
|
"IsExperimentalVersion": false,
|
|
"Installed": false,
|
|
"Modules": [
|
|
{
|
|
"Name": "AudioModulation",
|
|
"Type": "Runtime",
|
|
"LoadingPhase": "PreDefault"
|
|
},
|
|
{
|
|
"Name": "AudioModulationEditor",
|
|
"Type": "Editor",
|
|
"LoadingPhase": "PostEngineInit"
|
|
}
|
|
],
|
|
"Plugins": [
|
|
{
|
|
"Name": "MetaSound",
|
|
"Enabled": true
|
|
},
|
|
]
|
|
} |