You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
#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]
17 lines
865 B
INI
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" |