Files
UnrealEngineUWP/Engine/Plugins/VirtualProduction/RemoteControl/Config/BaseRemoteControl.ini

13 lines
656 B
INI
Raw Normal View History

[CoreRedirects]
+PropertyRedirects=(OldName="RemoteControlField.Label",NewName="RemoteControlEntity.Label")
+PropertyRedirects=(OldName="RemoteControlField.Id",NewName="RemoteControlEntity.Id")
[/Script/RemoteControlLogic.RemoteControlLogicConfig]
+SupportedControllerTypes=EPropertyBagPropertyType::String
+SupportedControllerTypes=EPropertyBagPropertyType::Int32
+SupportedControllerTypes=EPropertyBagPropertyType::Float
+SupportedControllerTypes=EPropertyBagPropertyType::Bool
+SupportedControllerTypes=EPropertyBagPropertyType::Struct
+SupportedControllerStructTypes=Vector
+SupportedControllerStructTypes=Color
+SupportedControllerStructTypes=Rotator