Files
UnrealEngineUWP/Engine/Plugins/VirtualProduction/RemoteControl/Config/BaseRemoteControl.ini
George Rolfe 3b9bc2f9e5 [RemoteControl] Added redirector for ERCMask::None -> ERCMask::NoMask
#jira UE-193245
#rb jeremie.roy

[CL 27228878 by George Rolfe in ue5-main branch]
2023-08-18 23:50:30 -04:00

20 lines
1.1 KiB
INI

[CoreRedirects]
+PropertyRedirects=(OldName="RemoteControlField.Label",NewName="RemoteControlEntity.Label")
+PropertyRedirects=(OldName="RemoteControlField.Id",NewName="RemoteControlEntity.Id")
+PropertyRedirects=(OldName="/Script/RemoteControlLogic.RemoteControlLogicConfig.SupportedControllerObjectTypes",NewName="/Script/RemoteControlLogic.RemoteControlLogicConfig.SupportedControllerObjectClassPaths")
+EnumRedirects=(OldName="ERCMask",ValueChanges=(("None","NoMask")))
[/Script/RemoteControlLogic.RemoteControlLogicConfig]
+SupportedControllerTypes=EPropertyBagPropertyType::String
+SupportedControllerTypes=EPropertyBagPropertyType::Int32
+SupportedControllerTypes=EPropertyBagPropertyType::Float
+SupportedControllerTypes=EPropertyBagPropertyType::Bool
+SupportedControllerTypes=EPropertyBagPropertyType::Struct
+SupportedControllerTypes=EPropertyBagPropertyType::Object
+SupportedControllerStructTypes=Vector
+SupportedControllerStructTypes=Color
+SupportedControllerStructTypes=Rotator
+SupportedControllerObjectClassPaths=/Script/Engine.StaticMesh
+SupportedControllerObjectClassPaths=/Script/Engine.MaterialInterface
+SupportedControllerCustomTypes=Texture