ITR2_ASSET/IntoTheRadius2/Content/Sound/Effects/Chain_1.json

26 lines
713 B
JSON
Raw Normal View History

2024-11-28 06:37:49 +00:00
[
{
"Type": "SoundEffectSourcePresetChain",
"Name": "Chain_1",
"Class": "UScriptClass'SoundEffectSourcePresetChain'",
"Flags": "RF_Public | RF_Standalone | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Chain": [
{
"Preset": {
"ObjectName": "SourceEffectEQPreset'EQ_1'",
"ObjectPath": "/Game/Sound/Effects/EQ_1.0"
},
"bBypass": false
},
{
"Preset": {
"ObjectName": "SourceEffectWaveShaperPreset'Sharper_1'",
"ObjectPath": "/Game/Sound/Effects/Sharper_1.0"
},
"bBypass": false
}
]
}
}
]