Files
UnrealEngine/Engine/Plugins/VirtualProduction/DMX/DMXFixtures/Config/BaseDMXFixtures.ini
2025-05-18 13:04:45 +08:00

28 lines
2.3 KiB
INI

[CoreRedirects]
; 4.27
+PropertyRedirects=(OldName="DMXFixtureComponent.IsEnabled",NewName="DMXFixtureComponent.bIsEnabled")
+PropertyRedirects=(OldName="DMXFixtureComponent.UsingMatrixData",NewName="DMXFixtureComponent.bUsingMatrixData")
+PropertyRedirects=(OldName="DMXFixtureComponent.UseInterpolation",NewName="DMXFixtureComponent.bUseInterpolation")
+PropertyRedirects=(OldName="DMXFixtureComponentColor.ChannelName1",NewName="DMXComponent.DMXChannel1")
+PropertyRedirects=(OldName="DMXFixtureComponentColor.ChannelName2",NewName="DMXComponent.DMXChannel2")
+PropertyRedirects=(OldName="DMXFixtureComponentColor.ChannelName3",NewName="DMXComponent.DMXChannel3")
+PropertyRedirects=(OldName="DMXFixtureComponentColor.ChannelName4",NewName="DMXComponent.DMXChannel4")
+FunctionRedirects=(OldName="DMXFixtureComponentSingle.DMXInterpolatedStep",NewName="DMXFixtureComponentSingle.GetDMXInterpolatedStep")
+FunctionRedirects=(OldName="DMXFixtureComponentSingle.DMXInterpolatedValue",NewName="DMXFixtureComponentSingle.GetDMXInterpolatedValue")
+FunctionRedirects=(OldName="DMXFixtureComponentSingle.DMXTargetValue",NewName="DMXFixtureComponentSingle.GetDMXTargetValue")
+FunctionRedirects=(OldName="DMXFixtureComponentSingle.DMXIsInterpolationDone",NewName="DMXFixtureComponentSingle.IsDMXInterpolationDone")
+FunctionRedirects=(OldName="DMXFixtureComponentSingle.SetComponent",NewName="DMXFixtureComponentSingle.SetValueNoInterp")
+FunctionRedirects=(OldName="DMXFixtureComponentDouble.DMXInterpolatedStep",NewName="DMXFixtureComponentDouble.GetDMXInterpolatedStep")
+FunctionRedirects=(OldName="DMXFixtureComponentDouble.DMXInterpolatedValue",NewName="DMXFixtureComponentDouble.GetDMXInterpolatedValue")
+FunctionRedirects=(OldName="DMXFixtureComponentDouble.DMXTargetValue",NewName="DMXFixtureComponentDouble.GetDMXTargetValue")
+FunctionRedirects=(OldName="DMXFixtureComponentDouble.DMXIsInterpolationDone",NewName="DMXFixtureComponentDouble.IsDMXInterpolationDone")
+FunctionRedirects=(OldName="DMXFixtureComponentDouble.SetComponentChannel1",NewName="DMXFixtureComponentDouble.SetChannel1ValueNoInterp")
+FunctionRedirects=(OldName="DMXFixtureComponentDouble.SetComponentChannel2",NewName="DMXFixtureComponentDouble.SetChannel2ValueNoInterp")
+FunctionRedirects=(OldName="DMXFixtureComponentColor.SetComponent",NewName="DMXFixtureComponentColor.SetColorNoInterp")