Files
UnrealEngineUWP/Engine/Plugins/Enterprise/DataprepEditor/Config/BaseDataprepEditor.ini
ben zeigler 9ea9312867 Fix broken redirects discovered by running -DebugCoreRedirects on the engine
Some of these needed full paths after the path lookup changes, some were out of date, and some were typos
#jira UE-161345
#rb matt.peters
#preflight 6306824e5a5d4e462465eaf7

[CL 21566281 by ben zeigler in ue5-main branch]
2022-08-25 11:56:33 -04:00

8 lines
641 B
INI

[CoreRedirects]
+ClassRedirects=(OldName="/Script/DataprepEditor.K2Node_DataprepProducer", NewName="/Script/DataprepCore.K2Node_DataprepProducer")
+ClassRedirects=(OldName="DataprepRemoveObjectsOperation", NewName="/Script/DataprepLibraries.DataprepDeleteObjectsOperation")
+PropertyRedirects=(OldName="DataprepSetMaterialOperation.MaterialSubstitute",NewName="DataprepSetMaterialOperation.Material")
+PropertyRedirects=(OldName="DataprepSetMeshOperation.MeshSubstitute",NewName="DataprepSetMeshOperation.StaticMesh")
+EnumRedirects=(OldName="EDataprepFloatMatchType",ValueChanges=(("LessThen","LessThan"),("GreatherThen","GreatherThan")))