You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
- Add MetaSound Patch Interface support - Add MetaSound Interface Bindings #rb phil.popp #preflight 640783bd5515f4f57b4b1268 [FYI] Sondra.Moyls [FYI] Dan.Reynolds [CL 24548617 by rob gay in ue5-main branch]
29 lines
2.4 KiB
INI
29 lines
2.4 KiB
INI
[CoreRedirects]
|
|
|
|
; 5.0
|
|
+PropertyRedirects=(OldName="MetaSoundSettings.AutoUpdateBlacklist",NewName="AutoUpdateDenylist")
|
|
+PropertyRedirects=(OldName="MetaSoundSettings.AutoUpdateAssetBlacklist",NewName="AutoUpdateDenylist")
|
|
|
|
+StructRedirects=(OldName="MetasoundEditorGraphInputBoolRef",NewName="/Script/MetasoundEditor.MetasoundEditorGraphMemberDefaultBoolRef")
|
|
+StructRedirects=(OldName="MetasoundEditorGraphInputIntRef",NewName="/Script/MetasoundEditor.MetasoundEditorGraphMemberDefaultIntRef")
|
|
+StructRedirects=(OldName="MetasoundEditorGraphInputObjectRef",NewName="/Script/MetasoundEditor.MetasoundEditorGraphMemberDefaultObjectRef")
|
|
|
|
+ClassRedirects=(OldName="MetasoundEditorGraphInputLiteral",NewName="/Script/MetasoundEditor.MetasoundEditorGraphMemberDefaultLiteral")
|
|
+ClassRedirects=(OldName="MetasoundEditorGraphInputBool",NewName="/Script/MetasoundEditor.MetasoundEditorGraphMemberDefaultBool")
|
|
+ClassRedirects=(OldName="MetasoundEditorGraphInputBoolArray",NewName="/Script/MetasoundEditor.MetasoundEditorGraphMemberDefaultBoolArray")
|
|
+ClassRedirects=(OldName="MetasoundEditorGraphInputInt",NewName="/Script/MetasoundEditor.MetasoundEditorGraphMemberDefaultInt")
|
|
+ClassRedirects=(OldName="MetasoundEditorGraphInputIntArray",NewName="/Script/MetasoundEditor.MetasoundEditorGraphMemberDefaultIntArray")
|
|
+ClassRedirects=(OldName="MetasoundEditorGraphInputFloat",NewName="/Script/MetasoundEditor.MetasoundEditorGraphMemberDefaultFloat")
|
|
+ClassRedirects=(OldName="MetasoundEditorGraphInputFloatArray",NewName="/Script/MetasoundEditor.MetasoundEditorGraphMemberDefaultFloatArray")
|
|
+ClassRedirects=(OldName="MetasoundEditorGraphInputString",NewName="/Script/MetasoundEditor.MetasoundEditorGraphMemberDefaultString")
|
|
+ClassRedirects=(OldName="MetasoundEditorGraphInputStringArray",NewName="/Script/MetasoundEditor.MetasoundEditorGraphMemberDefaultStringArray")
|
|
+ClassRedirects=(OldName="MetasoundEditorGraphInputObject",NewName="/Script/MetasoundEditor.MetasoundEditorGraphMemberDefaultObject")
|
|
+ClassRedirects=(OldName="MetasoundEditorGraphInputObjectArray",NewName="/Script/MetasoundEditor.MetasoundEditorGraphMemberDefaultObjectArray")
|
|
|
|
; 5.1
|
|
+ClassRedirects=(OldName="MetaSound",NewName="/Script/MetasoundEngine.MetaSoundPatch")
|
|
+PropertyRedirects=(OldName="MetasoundEditorSettings.bPinMetaSoundInAssetMenu",NewName="bPinMetaSoundPatchInAssetMenu")
|
|
|
|
; 5.3
|
|
+EnumRedirects=(OldName="MetasoundSourceAudioFormat",NewName="/Script/MetasoundEngine.MetaSoundOutputAudioFormat")
|