Commit Graph

266 Commits

Author SHA1 Message Date
patrick gross
855bdc8537 Remote Control Logic - Fix F2 Rename Button bind not working as intended
Fixes an issue where as the F2 Key does not force into Rename

#rb paul.vincent
#jira UE-164368
#preflight 63298f126919ce3998611cf7

[CL 22090549 by patrick gross in ue5-main branch]
2022-09-20 07:08:12 -04:00
patrick gross
e5c7975e0c Remote Control Preset Panel - FIX Focus Issue when Docked
Fixes issue whereas the Actor of a selected Property is deleted instead of the Property itself

#jira UE-162951
#rb paul.vincent
#preflight 6328a0d6331ace46b5b1271e

[CL 22087085 by patrick gross in ue5-main branch]
2022-09-19 21:58:32 -04:00
elliot colp
33c85ce6b0 [RemoteControl] Fix crash when client disconnects mid-transaction
#jira UE-164256
#rb Alejandro.Arango
#preflight 6328971eea1c94f4c5e694cb

[CL 22087065 by elliot colp in ue5-main branch]
2022-09-19 21:58:05 -04:00
robert millar
e6857190f2 Updating collection manager interface to use FSoftObjectPath for the paths of assets and objects rather than FName.
#jira UE-161932
#rb julien.stjean
#preflight https://horde.devtools.epicgames.com/job/6324e773f258fccf98de78cf

[CL 22064625 by robert millar in ue5-main branch]
2022-09-16 20:57:34 -04:00
venugopalan sreedha
62a588af2f Controller panel improvements:
* Added color code as requested in UE-1629507
* Added tooltip for all color codes
* Fixed Controller type display name bug for Structs

Misc:
As discussed in prior meetings:
* Removed IsEqual behaviour
* Renamed SetValue behaviour to OnValueChanged

#jira UE-1629507
#preflight 6323af8b8131e92d65add534

[CL 22042479 by venugopalan sreedha in ue5-main branch]
2022-09-15 20:12:45 -04:00
venugopalan sreedha
44d64b7fb1 Fix static analysis error in Horde.
Issue 211995
#rb paul.vincent
#preflight 63238a9d67163bf66019dafe

[CL 22040815 by venugopalan sreedha in ue5-main branch]
2022-09-15 18:45:44 -04:00
venugopalan sreedha
f5cf375f64 Auto bind functoinality:
* Allow drag-drop from Exposed Properties to Conftrollers
* Automatically create new Controller of correct type and apply Bind behaviour to it.
* Also allow drag-drop on to existing Controllers with auto bind upon drop.

#jira UE-162439
#rb paul.vincent
#preflight 6323489a67163bf660045eed

[CL 22038440 by venugopalan sreedha in ue5-main branch]
2022-09-15 17:09:12 -04:00
elliot colp
113327188f [EpicStageApp] Add function to remotely change color grading values based on a wheel position
#jira UE-141884
#rb Alejandro.Arango
#preflight 632233da47741a7dbd8ea431

[CL 22018744 by elliot colp in ue5-main branch]
2022-09-14 18:25:16 -04:00
elliot colp
5e6549713e [EpicStageApp] Disable Stage App beacon unless the WebSocket server is running
#jira UE-163343
#rb Alejandro.Arango
#preflight 632229798838676d1057c6b3

[CL 22018644 by elliot colp in ue5-main branch]
2022-09-14 18:22:36 -04:00
venugopalan sreedha
db810bd0e2 Delete trashcan icon should delete selected item only
UE-163228
#preflight 63215d17a514fd1e37035c7f

[CL 22001443 by venugopalan sreedha in ue5-main branch]
2022-09-14 01:51:09 -04:00
venugopalan sreedha
eed7d34199 Copy/Paste/Duplicate functionality for Remote Control Logic
#rb simon.therriault, paul.vincent
For original code review please see: https://p4-swarm.epicgames.net/reviews/21749275
(this CL has been migrated over from Main branch, where the review originated)

#jira UE-156705
#preflight 6320e2478838676d1005e20a

[CL 21997811 by venugopalan sreedha in ue5-main branch]
2022-09-13 21:49:39 -04:00
Patrick Gross
d115f5fb5b Remote Control Protocols - Fix Crash by deletion
#jira UE-162296
#rb simon.therriault
#preflight 631bb05bd31788ea3ab82ae8

[CL 21929032 by Patrick Gross in ue5-main branch]
2022-09-09 17:46:26 -04:00
paul vincent
41f20d78ae Update remote control protocol UI
#jira UE-153106
#rb Jeremie.Roy
#preflight 6319fee1f448dc6e58abbfb3

[CL 21908262 by paul vincent in ue5-main branch]
2022-09-08 20:11:10 -04:00
Paul Vincent
ae9d954c4e Remote API Protocol - Record button in main table does not work
#jira UE-162295
#rb Jeremie.Roy
#preflight 6318259b304480f8f8f3f0bc

[CL 21841885 by Paul Vincent in ue5-main branch]
2022-09-07 01:19:36 -04:00
Paul Vincent
3f8c047a5a 1. Implement Protocol Specific Dynamic Columns
#jira UE-160084
#rb Simon.Therriault Jeremie.Roy Denys.Dubinin Patrick.Gross
#preflight 6316c7e7da63cdf170e3f01c

2. Implement Masking Support for Protocols

#jira UE-160085
#rb Simon.Therriault Jeremie.Roy Denys.Dubinin Patrick.Gross
#preflight 6316c7e7da63cdf170e3f01c

[CL 21805840 by Paul Vincent in ue5-main branch]
2022-09-06 00:17:03 -04:00
Zousar Shaker
b7bac5d97c ObjectPtr macro cleanup pass using search+replace.
#rb none
#preflight 6312aefef448dc6e58dc274e

[CL 21773340 by Zousar Shaker in ue5-main branch]
2022-09-02 21:52:41 -04:00
Elliot Colp
07cf534569 [RemoteControl] Fix delta operations failing to apply to nested properties
#jira UE-141884
#rb Alejandro.Arango, Jeremie.Roy
#preflight 6312611dab25bb91f59a0012

[CL 21768148 by Elliot Colp in ue5-main branch]
2022-09-02 17:31:47 -04:00
Venugopalan Sreedha
ffd697ebba Localization conflict fix
#jira UE-162759
#rb simon.therriault
#preflight 6312196cf448dc6e58c51036

[CL 21759755 by Venugopalan Sreedha in ue5-main branch]
2022-09-02 11:14:02 -04:00
Venugopalan Sreedha
d9cd9a2423 Actions not loading. Fix bug introduced for Undo/Redo related submission
#rb simon.therriault
#jira UE-156705
#preflight 6310c5a9ba0b2bb3cf220bc7

[CL 21741195 by Venugopalan Sreedha in ue5-main branch]
2022-09-01 10:52:38 -04:00
Venugopalan Sreedha
e1f307b47d Undo/Redo support for RC Logic
#jira UE-161407
#rb simon.therriault, paul.vincent

Currently covers the following usecases:
* Add Controller, Delete Controller, Delete All Controllers
* Add Behaviour Delete Behaviour, Delete All Behaviours
* Add Action, Delete Action, Delete All Actions
#preflight 630e8a1be352708d442df45e

[CL 21711278 by Venugopalan Sreedha in ue5-main branch]
2022-08-30 18:20:14 -04:00
Elliot Colp
c6e87912b4 [EpicStageApp] Fix stage app failing to control nDisplay nodes when connected directly
#jira UE-161370
#rb Alejandro.Arango, Jeremie.Roy
#preflight 6308f989987e7155b1add7b1
#preflight 630911ffed56f9e6dbe3c7f4

[CL 21596518 by Elliot Colp in ue5-main branch]
2022-08-26 15:25:15 -04:00
Patrick Gross
441c5a4700 Remote Control - Range Map Behaviour Fix it once again
Change overseen Conditional.

#jira UE-156893
#rb simon.therriault
#preflight 6306926dae13a5a0984667e3

[CL 21553002 by Patrick Gross in ue5-main branch]
2022-08-24 17:31:26 -04:00
Patrick Gross
eb48cee367 Remote Control Logic - Change File Location
Making it fit with the other Built-in Behaviour File Locations

#jira none
#rb simon.therriault
#preflight 630687fdc744dac9673de429

[CL 21551696 by Patrick Gross in ue5-main branch]
2022-08-24 16:46:15 -04:00
Juan Portillo
2d24f0a7b8 Fixed issue with loading in Remote Control Module in other module's load time
#jira none
#rb trivial
#preflight 630673415a5d4e462463ffb8

[CL 21548647 by Juan Portillo in ue5-main branch]
2022-08-24 15:01:04 -04:00
Paul Vincent
a654e7e22e 1. Implement Protocol Specific Dynamic Columns
#jira UE-160084
#rb Simon.Therriault Jeremie.Roy Denys.Dubinin Patrick.Gross
#preflight 6304d69eae13a5a098e11fd1

2. Implement Masking Support for Protocols

#jira UE-160085
#rb Simon.Therriault Jeremie.Roy Denys.Dubinin Patrick.Gross
#preflight 6304d69eae13a5a098e11fd1

[CL 21509760 by Paul Vincent in ue5-main branch]
2022-08-23 12:00:25 -04:00