Files
UnrealEngineUWP/Engine/Plugins/VirtualProduction/RemoteControl/Config/BaseRemoteControl.ini
Denys Dubinin 253cfb9343 ~~~ Remote Control Logic User Interface ~~~
#jira UE-155440

* Base implementation of UI for Controllers, Behavior, Actions
* Additional changes for UI Conformance to Figma
* Further revisions will bring implementation of any UI functionality missing or incomplete in the original prototype.
#preflight 6297a7819907cbadba985a17

[CL 20455574 by Denys Dubinin in ue5-main branch]
2022-06-01 14:12:22 -04:00

17 lines
865 B
INI

[CoreRedirects]
+PropertyRedirects=(OldName="RemoteControlField.Label",NewName="RemoteControlEntity.Label")
+PropertyRedirects=(OldName="RemoteControlField.Id",NewName="RemoteControlEntity.Id")
[/Script/RemoteControlLogic.RemoteControlLogicConfig]
+SupportedControllerTypes=EPropertyBagPropertyType::Bool
+SupportedControllerTypes=EPropertyBagPropertyType::Byte
+SupportedControllerTypes=EPropertyBagPropertyType::Int32
+SupportedControllerTypes=EPropertyBagPropertyType::Float
+SupportedControllerTypes=EPropertyBagPropertyType::Double
+SupportedControllerTypes=EPropertyBagPropertyType::Name
+SupportedControllerTypes=EPropertyBagPropertyType::String
+SupportedControllerTypes=EPropertyBagPropertyType::Text
+SupportedControllerTypes=EPropertyBagPropertyType::Struct
+SupportedStructTypes="FVector"
+SupportedStructTypes="FColor"
+SupportedStructTypes="FRotator"