Files
UnrealEngineUWP/Engine/Plugins/VirtualProduction/RemoteControl/Config/BaseRemoteControl.ini
Venugopalan Sreedha d7824dae8c Controller Panel improvements.
#jira UE-160611
#rb paul.vincent

Notes:
1. Add Controller Menu
    a) Revised list of Controller types
    b) Color coding added for menu entries
    c) Controller default names improved

2. Controller reordering support
    a) Drag handles, drag-and-drop support added
    b) Dispaly index is stored as part of Virtual Property UObject
    c) True reordering support is provided (rows are not swapped, but pushed down)
#preflight 62fe92ccf7404b55a3047bdf
#preflight 62fe98979835a27d8d6cd1ce

[CL 21449109 by Venugopalan Sreedha in ue5-main branch]
2022-08-18 16:06:29 -04:00

13 lines
656 B
INI

[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