ITR2_ASSET/Engine/Plugins/Experimental/PCG/Config/BasePCG.json
merith-tk 6c5b2d22ac dump: [json] pakchunk0
dump: [json] [pak]  pakchunk0
dump: [json] [utoc] pakchunk0
track large files with lfs
2024-11-29 17:10:45 -08:00

37 lines
3.8 KiB
JSON

[CoreRedirects]
+FunctionRedirects=(OldName="PCGBlueprintElement.MultiPointLoopBody",NewName="PCGBlueprintElement.VariableLoopBody")
+FunctionRedirects=(OldName="PCGBlueprintElement.PointPairLoopBody",NewName="PCGBlueprintElement.NestedLoopBody")
+FunctionRedirects=(OldName="PCGBlueprintElement.LoopOnPoints",NewName="PCGBlueprintElement.PointLoop")
+FunctionRedirects=(OldName="PCGBlueprintElement.MultiLoopOnPoints",NewName="PCGBlueprintElement.VariableLoop")
+FunctionRedirects=(OldName="PCGBlueprintElement.LoopOnPointPairs",NewName="PCGBlueprintElement.NestedLoop")
+FunctionRedirects=(OldName="PCGBlueprintElement.LoopNTimes",NewName="PCGBlueprintElement.IterationLoop")
+FunctionRedirects=(OldName="PCGBlueprintElement.InputLabels",NewName="PCGBlueprintElement.CustomInputLabels")
+FunctionRedirects=(OldName="PCGBlueprintElement.OutputLabels",NewName="PCGBlueprintElement.CustomOutputLabels")
+FunctionRedirects=(OldName="PCGDataFunctionLibrary.GetInputsByPin",NewName="PCGDataFunctionLibrary.GetInputsByPinLabel")
+FunctionRedirects=(OldName="PCGDataFunctionLibrary.GetTaggedInputs",NewName="PCGDataFunctionLibrary.GetInputsByTag")
+FunctionRedirects=(OldName="PCGDataFunctionLibrary.GetParamsByPin",NewName="PCGDataFunctionLibrary.GetParamsByPinLabel")
+FunctionRedirects=(OldName="PCGDataFunctionLibrary.GetTaggedParams",NewName="PCGDataFunctionLibrary.GetParamsByTag")
+PropertyRedirects=(OldName="PCGSplineSamplerSettings.Params",NewName="PCGSplineSamplerSettings.SamplerParams")
+PropertyRedirects=(OldName="PCGProjectionSettings.Params",NewName="PCGProjectionSettings.ProjectionParams")
+PropertyRedirects=(OldName="PCGBlueprintElement.IterationLoop.InA",NewName="PCGBlueprintElement.IterationLoop.OptionalA")
+PropertyRedirects=(OldName="PCGBlueprintElement.IterationLoop.InB",NewName="PCGBlueprintElement.IterationLoop.OptionalB")
+PropertyRedirects=(OldName="PCGBlueprintElement.NestedLoop.InA",NewName="PCGBlueprintElement.NestedLoop.InOuterData")
+PropertyRedirects=(OldName="PCGBlueprintElement.NestedLoop.InB",NewName="PCGBlueprintElement.NestedLoop.InInnerData")
+PropertyRedirects=(OldName="PCGBlueprintElement.NestedLoopBody.InA",NewName="PCGBlueprintElement.NestedLoopBody.InOuterData")
+PropertyRedirects=(OldName="PCGBlueprintElement.NestedLoopBody.InB",NewName="PCGBlueprintElement.NestedLoopBody.InInnerData")
+PropertyRedirects=(OldName="PCGBlueprintElement.NestedLoopBody.InPointA",NewName="PCGBlueprintElement.NestedLoopBody.InOuterPoint")
+PropertyRedirects=(OldName="PCGBlueprintElement.NestedLoopBody.InPointB",NewName="PCGBlueprintElement.NestedLoopBody.InInnerPoint")
+PropertyRedirects=(OldName="PCGStaticMeshSpawnerSettings.MeshSelectorInstance",NewName="PCGStaticMeshSpawnerSettings.MeshSelectorParameters")
+PropertyRedirects=(OldName="PCGStaticMeshSpawnerSettings.InstancePackerType",NewName="PCGStaticMeshSpawnerSettings.InstanceDataPackerType")
+PropertyRedirects=(OldName="PCGStaticMeshSpawnerSettings.InstancePackerInstance",NewName="PCGStaticMeshSpawnerSettings.InstanceDataPackerParameters")
+ClassRedirects=(OldName="PCGPointSamplerSettings",NewName="/Script/PCG.PCGSelectPointsSettings")
+ClassRedirects=(OldName="PCGDensityNoiseSettings",NewName="/Script/PCG.PCGAttributeNoiseSettings")
+ClassRedirects=(OldName="PCGInstancePackerBase",NewName="/Script/PCG.PCGInstanceDataPackerBase")
+ClassRedirects=(OldName="PCGInstancePackerByAttribute",NewName="/Script/PCG.PCGInstanceDataPackerByAttribute")
+ClassRedirects=(OldName="PCGInstancePackerByRegex",NewName="/Script/PCG.PCGInstanceDataPackerByRegex")
+ClassRedirects=(OldName="PCGIntersectionSettings",NewName="/Script/PCG.PCGInnerIntersectionSettings")
+ClassRedirects=(OldName="PCGCreateAttributeSettings",NewName="/Script/PCG.PCGAddAttributeSettings")
+EnumRedirects=(OldName="EPCGDensityNoiseMode",NewName="EPCGAttributeNoiseMode")