lauren barnes
4b82e918fa
Replacing legacy EditorStyle calls with AppStyle
...
#rb header and class name replacement
#ROBOMERGE-AUTHOR: lauren.barnes
#ROBOMERGE-SOURCE: CL 20078276 via CL 20078825
#ROBOMERGE-BOT: UE5 (Release-Engine-Staging -> Main) (v943-19904690)
[CL 20106316 by lauren barnes in ue5-main branch]
2022-05-09 13:51:26 -04:00
Lauren Barnes
6248f8d412
Replacing legacy EditorStyle calls with AppStyle
...
#preflight 6272a74d2f6d177be3c6fdda
#rb Matt.Kuhlenschmidt
#ROBOMERGE-OWNER: Lauren.Barnes
#ROBOMERGE-AUTHOR: lauren.barnes
#ROBOMERGE-SOURCE: CL 20057269 via CL 20070159 via CL 20072035 via CL 20072203
#ROBOMERGE-BOT: UE5 (Release-Engine-Staging -> Main) (v943-19904690)
#ROBOMERGE-CONFLICT from-shelf
[CL 20105363 by Lauren Barnes in ue5-main branch]
2022-05-09 13:12:28 -04:00
Denys Dubinin
14d9673794
Remote Control Logic.
...
Runtime part is ready for review
#rb simon.therriault
#jira UE-146247
#preflight 62728aa8ec1566a70616aeb1
[CL 20041750 by Denys Dubinin in ue5-main branch]
2022-05-04 10:43:42 -04:00
Matt Peters
d64cf41728
AssetRegistry includes (Engine Plugins): change #include "AssetData.h" -> #include "AssetRegistry/AssetData.h", and similar for the other moved AssetRegistry headers.
...
#rb Zousar.Shaker
#rnx
#preflight 6270563191629533ec2b6f6e
[CL 20017756 by Matt Peters in ue5-main branch]
2022-05-02 18:59:38 -04:00
George Rolfe
e0f3acf37b
RC protocol mapping undo/redo crash fix
...
#jira UE-145254
#rb simon.therriault
#preflight 626a82e6464ae4f520efb9e3
[CL 20006171 by George Rolfe in ue5-main branch]
2022-05-01 23:49:44 -04:00
george rolfe
029f59ec34
RC PropertyWatcher/FText crash
...
#jira UE-145377
#rb jeremie.roy
#preflight 626a934bf26e3d0c69434b04
#lockdown alejandro.arango
#ROBOMERGE-AUTHOR: george.rolfe
#ROBOMERGE-SOURCE: CL 19964329 in //UE5/Release-5.0/... via CL 19965510
#ROBOMERGE-BOT: UE5 (Release-Engine-Staging -> Main) (v943-19904690)
[CL 19971799 by george rolfe in ue5-main branch]
2022-04-28 18:54:44 -04:00
jeremie roy
86260abb52
Fix uninitialized variables in remote control
...
#preflight 626a9fc5ad56c0cbbea0aa6c
#jira UE-150511
#rb geoffrey.douglas
[CL 19961737 by jeremie roy in ue5-main branch]
2022-04-28 10:42:44 -04:00
Elliot Colp
83df1f7204
[EpicStageApp][WebRemoteControl] Change ApplyColorWheelDelta to take structs as refs
...
#jira: UE-141884
#rb: Alejandro.Arango
#preflight 626982670d4ac78d717ebe0a
[CL 19943583 by Elliot Colp in ue5-main branch]
2022-04-27 14:21:27 -04:00
Elliot Colp
eef6986449
[EpicStageApp] Control lightcard color from app
...
#jira: UE-141884
#rb: Alejandro.Arango
#preflight 62697595d575958d55350727
[CL 19943049 by Elliot Colp in ue5-main branch]
2022-04-27 13:46:15 -04:00
Paul Vincent
154f12785a
Remote Control UI 2.0 refresh
...
#jira UE-146238
#rb Simon.Therriault Jeremie.Roy Denys.Dubinin Patrick.Gross
1. Add toolbar to RC preset
#jira UE-146239
#rb Simon.Therriault Jeremie.Roy Denys.Dubinin Patrick.Gross
2. Add search bar / filter in RC preset
#jira UE-146241
#rb Simon.Therriault Jeremie.Roy Denys.Dubinin Patrick.Gross
3. Add action buttons in RC preset toolbar
#jira UE-146243
#rb Simon.Therriault Jeremie.Roy Denys.Dubinin Patrick.Gross
#preflight 19433119
[CL 19936720 by Paul Vincent in ue5-main branch]
2022-04-27 06:16:24 -04:00
george rolfe
f63a55d9b4
RC initial protocol binding value from current value (for all types)
...
#jira UE-145256
#rb simon.therriault
#preflight 6265dca4523a022f4ed85944
#ROBOMERGE-AUTHOR: george.rolfe
#ROBOMERGE-SOURCE: CL 19903626 in //UE5/Release-5.0/... via CL 19904515
#ROBOMERGE-BOT: UE5 (Release-Engine-Staging -> Main) (v943-19904690)
[CL 19906925 by george rolfe in ue5-main branch]
2022-04-25 14:56:23 -04:00
Elliot Colp
138f63687c
[EpicStageApp][WebRemoteControl] Automatically clean up transient preset when stage app disconnects
...
#jira: UE-141884
#rb: Alejandro.Arango
#preflight 6262daa1e87284a93cd65fa1
[CL 19867119 by Elliot Colp in ue5-main branch]
2022-04-22 12:53:44 -04:00
Elliot Colp
6a41fa5551
[WebRemoteControl] Fix sequence number in property change events always being -1
...
#jira: UE-141884
#preflight 62589125946114248dc6fdce
[CL 19763967 by Elliot Colp in ue5-main branch]
2022-04-14 17:42:35 -04:00
Elliot Colp
f4cb1d3797
[WebRemoteControl] WebSocket routes to set preset properties and batch messages.
...
Added sequence numbers to preset property update messages. Clients can send a sequence number when changing a property via WebSocket, and the property updates will include the latest received number for the corresponding client.
#jira: UE-141884
#preflight 62576fc7d606fd159eaac78e
#preflight 625773d6e00a35b48f4f5b30
[CL 19749452 by Elliot Colp in ue5-main branch]
2022-04-13 21:26:03 -04:00
Elliot Colp
bfa4d1b1f2
[WebRemoteControl] Wait until WebSocket server is initialized to bind routes
...
#preflight 624f92a17255d8c1695ceffc
[CL 19683496 by Elliot Colp in ue5-main branch]
2022-04-07 21:56:18 -04:00
Elliot Colp
72f79eacaa
[WebRemoteControl] Add transient presets, routes to expose/unexpose preset properties, and delta API for presets
...
#jira: UE-141884
#preflight 62477538637925b5d3e45145
[CL 19596663 by Elliot Colp in ue5-main branch]
2022-04-01 18:09:12 -04:00
Patrick Gross
1d51127065
Add: Loginpage Throwback
...
#jira UE-145117
#rb simon.therriault
#rb amir.keren
#preflight 624709e9b6084b983257bf31
[CL 19588475 by Patrick Gross in ue5-main branch]
2022-04-01 10:49:53 -04:00
Patrick Gross
ac91972dcd
Add: Remote Control Panel, Save Button/Function
...
#jira UE-145190
#rb simon.therriault
#preflight 6246fc48f4217035fa9b681b
[CL 19587410 by Patrick Gross in ue5-main branch]
2022-04-01 09:36:46 -04:00
Elliot Colp
7250b42b48
[WebRemoteControl] Change actor websocket subscription to split events by subscribed class
...
#jira: UE-141880
#preflight 6245d434b33098a72dcca377
[CL 19574336 by Elliot Colp in ue5-main branch]
2022-03-31 12:35:37 -04:00
Elliot Colp
fe37304550
Epic Stage App: Increase TTL for discovery socket and reopen if closed. Add magic number to beacon. Lock to landscape orientation.
...
#rb: Alejandro.Arango
#preflight 623cc56b9f11d3c73945b56f
[CL 19501582 by Elliot Colp in ue5-main branch]
2022-03-24 15:51:45 -04:00
Alejandro Arango
bdc236dde6
RemoteControl: Have the multicast beacon listener join the multicast group on all interfaces instead of just the default interface (0.0.0.0).
...
With this, Unreal instances running on PCs with multiple interfaces, including VPNs, can receive the multicast beacon packet from the tablet device when the default interface is not in the corresponding subnet.
#fyi elliot.colp
#jira
#rb none
#preflight 6234ebb0b43f22036e144784
[CL 19441102 by Alejandro Arango in ue5-main branch]
2022-03-18 16:49:46 -04:00
Elliot Colp
faa98fb9b3
Add websocket route for subscribing/unsubscribing to actor add/delete/rename events
...
#jira: UE-141886
#preflight 623399e2e12e0da4a532646a
[CL 19426603 by Elliot Colp in ue5-main branch]
2022-03-17 16:33:39 -04:00
jeremie roy
ee96e96e7a
Fix values not transacting through nDisplay when driving Remote Control parameter
...
#rb simon.therriault
#lockdown simon.tourangeau
#jira UE-145251
#preflight 622b8db7cd605bd993cd82cc
#ROBOMERGE-AUTHOR: jeremie.roy
#ROBOMERGE-SOURCE: CL 19359071 in //UE5/Release-5.0/... via CL 19360208
#ROBOMERGE-BOT: UE5 (Release-Engine-Staging -> Main) (v926-19321884)
[CL 19361050 by jeremie roy in ue5-main branch]
2022-03-11 16:37:11 -05:00
patrick gross
09f3bc958f
Fix Initialization Issue
...
#jira UE-145120
#rb simon.therriault
#preflight 6228af84695c94f981cf8777
#lockdown simon.tourangeau
#rnx
#ROBOMERGE-AUTHOR: patrick.gross
#ROBOMERGE-SOURCE: CL 19320188 in //UE5/Release-5.0/... via CL 19320951
#ROBOMERGE-BOT: UE5 (Release-Engine-Staging -> Main) (v926-19321884)
[CL 19348007 by patrick gross in ue5-main branch]
2022-03-10 21:49:42 -05:00
Patrick Gross
47717024e8
Taking Fix from Initialization Error in Release-5.0
...
#jira UE-145120
#rb simon.therriault
#preflight 6228c99a695c94f981d364e9
[CL 19320599 by Patrick Gross in ue5-main branch]
2022-03-09 10:58:34 -05:00