You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
#jira UE-150599 #rb helen.yang #preflight 62f69d471e61d1ba0e8e37e5 [CL 21360370 by Rob Gay in ue5-main branch]
25 lines
1.8 KiB
INI
25 lines
1.8 KiB
INI
[CoreRedirects]
|
|
|
|
; 5.0
|
|
+PropertyRedirects=(OldName="MetaSoundSettings.AutoUpdateBlacklist",NewName="AutoUpdateDenylist")
|
|
+PropertyRedirects=(OldName="MetaSoundSettings.AutoUpdateAssetBlacklist",NewName="AutoUpdateDenylist")
|
|
|
|
+StructRedirects=(OldName="MetasoundEditorGraphInputBoolRef",NewName="MetasoundEditorGraphMemberDefaultBoolRef")
|
|
+StructRedirects=(OldName="MetasoundEditorGraphInputIntRef",NewName="MetasoundEditorGraphMemberDefaultIntRef")
|
|
+StructRedirects=(OldName="MetasoundEditorGraphInputObjectRef",NewName="MetasoundEditorGraphMemberDefaultObjectRef")
|
|
|
|
+ClassRedirects=(OldName="MetasoundEditorGraphInputLiteral",NewName="MetasoundEditorGraphMemberDefaultLiteral")
|
|
+ClassRedirects=(OldName="MetasoundEditorGraphInputBool",NewName="MetasoundEditorGraphMemberDefaultBool")
|
|
+ClassRedirects=(OldName="MetasoundEditorGraphInputBoolArray",NewName="MetasoundEditorGraphMemberDefaultBoolArray")
|
|
+ClassRedirects=(OldName="MetasoundEditorGraphInputInt",NewName="MetasoundEditorGraphMemberDefaultInt")
|
|
+ClassRedirects=(OldName="MetasoundEditorGraphInputIntArray",NewName="MetasoundEditorGraphMemberDefaultIntArray")
|
|
+ClassRedirects=(OldName="MetasoundEditorGraphInputFloat",NewName="MetasoundEditorGraphMemberDefaultFloat")
|
|
+ClassRedirects=(OldName="MetasoundEditorGraphInputFloatArray",NewName="MetasoundEditorGraphMemberDefaultFloatArray")
|
|
+ClassRedirects=(OldName="MetasoundEditorGraphInputString",NewName="MetasoundEditorGraphMemberDefaultString")
|
|
+ClassRedirects=(OldName="MetasoundEditorGraphInputStringArray",NewName="MetasoundEditorGraphMemberDefaultStringArray")
|
|
+ClassRedirects=(OldName="MetasoundEditorGraphInputObject",NewName="MetasoundEditorGraphMemberDefaultObject")
|
|
+ClassRedirects=(OldName="MetasoundEditorGraphInputObjectArray",NewName="MetasoundEditorGraphMemberDefaultObjectArray")
|
|
|
|
|
|
; 5.1
|
|
+ClassRedirects=(OldName="MetaSound",NewName="MetaSoundPatch") |