dump: [json] pakchunk0
dump: [json] [pak] pakchunk0 dump: [json] [utoc] pakchunk0 track large files with lfs
This commit is contained in:
parent
a0202f19ac
commit
6c5b2d22ac
5983 changed files with 1839706 additions and 0 deletions
|
@ -0,0 +1,7 @@
|
|||
[CoreRedirects]
|
||||
|
||||
+ClassRedirects=(OldName="/Script/Synthesis.ConvolutionReverbPreset", NewName="/Script/Synthesis.SubmixEffectConvolutionReverbPreset")
|
||||
+ClassRedirects=(OldName="/Script/Synthesis.ImpulseResponse", NewName="/Script/Synthesis.AudioImpulseResponse")
|
||||
|
||||
+PropertyRedirects=(OldName="/Script/Synthesis.ImpulseResponse.IRData", NewName="/Script/Synthesis.AudioImpulseResponse.IRData_DEPRECATED")
|
||||
+PropertyRedirects=(OldName="/Script/Synthesis.AssetSampleRate", NewName="/Script/Synthesis.SampleRate")
|
36
Engine/Plugins/Runtime/Synthesis/Synthesis.json
Normal file
36
Engine/Plugins/Runtime/Synthesis/Synthesis.json
Normal file
|
@ -0,0 +1,36 @@
|
|||
{
|
||||
"FileVersion" : 3,
|
||||
"Version" : 1,
|
||||
"VersionName" : "1.1",
|
||||
"FriendlyName" : "Synthesis and DSP Effects",
|
||||
"Description" : "A variety of realtime synthesizers and DSP source and submix effects.",
|
||||
"Category" : "Audio",
|
||||
"CreatedBy" : "Epic Games, Inc.",
|
||||
"CreatedByURL" : "https://epicgames.com",
|
||||
"DocsURL" : "",
|
||||
"MarketplaceURL" : "",
|
||||
"SupportURL" : "",
|
||||
"EnabledByDefault" : true,
|
||||
"CanContainContent" : true,
|
||||
"IsBetaVersion" : false,
|
||||
"Installed" : false,
|
||||
"Modules" :
|
||||
[
|
||||
{
|
||||
"Name" : "Synthesis",
|
||||
"Type" : "Runtime",
|
||||
"LoadingPhase" : "PreDefault"
|
||||
},
|
||||
{
|
||||
"Name" : "SynthesisEditor",
|
||||
"Type" : "Editor",
|
||||
"LoadingPhase" : "Default"
|
||||
}
|
||||
],
|
||||
"Plugins": [
|
||||
{
|
||||
"Name": "AudioSynesthesia",
|
||||
"Enabled": true
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue