58 Commits

Author SHA1 Message Date
flo schar
e6045b2d7c Remote Control: The Protocol Generate Transactions option is now available per Preset instead of being a global option in Project Settings
#rb Jean.Perrier

[CL 36235012 by flo schar in 5.5 branch]
2024-09-12 13:20:46 -04:00
Ryan Hummer
4af2fd066d Updating Dev-Release-5.5 from Main at CL #36144969
#okforversepublic

[CL 36146571 by Ryan Hummer in Dev-5.5 branch]
2024-09-10 10:26:02 -04:00
flo schar
befcdf0cad Remote Control: Protocols no longer create Transactions by default. Add a performance mode for Protocols to Project Settings
#rb Jean.Perrier

[CL 36016388 by flo schar in ue5-main branch]
2024-09-04 13:35:51 -04:00
jodon karlik
d1725a9234 Deprecating FProperty::ElementSize for public access and introducing accessors. Instead of accessing the variable directly, use GetElementSize and SetElementSize in order to facilitate a future change of underlying storage type (to pack FProperty tighter and save some memory).
#rb Steve.Robb
#jira UE-221511
[RN] UStructs above 16.7mb will trip an ensure in the Editor so that they remain compatible with upcoming changes to Max ElementSize. You can disable the ensure with CVar CoreUObject.EnsureAgainstLargeProperties.

[CL 35434186 by jodon karlik in ue5-main branch]
2024-08-09 16:04:11 -04:00
juan portillo
7b26d1adf8 Remote Control: Added Signature Protocol Action
#rb Flo.Schar
#jira UE-212362

[CL 35401646 by juan portillo in ue5-main branch]
2024-08-08 13:51:50 -04:00
charles derousiers
244825deeb Add Diffuse scale support on light.
Tested on deferred path, PT, Lumen surface cache, Lumen hit lighting, mobile preview.

#rb sebastien.hillaire, chris.kulla
#jira UE-154160

[CL 34495603 by charles derousiers in ue5-main branch]
2024-06-19 07:43:59 -04:00
steve robb
e521f5d700 Replaced EAutomationTestFlags::ApplicationContextMask with EAutomationTestFlags_ApplicationContextMask.
[CL 34321160 by steve robb in ue5-main branch]
2024-06-12 16:14:25 -04:00
steve robb
0f4cd281b1 Fixed constraints in TFieldPath and TWeakFieldPtr.
Fixed various constness violations.

#rb robert.manuszewski

[CL 33639708 by steve robb in ue5-main branch]
2024-05-14 19:16:39 -04:00
alex kahn
2025606bbc [Backout] - CL32586942- CIS Compile Error
#jira UE-210862
#rnx
[FYI] Steve.Robb
Original CL Desc
-----------------------------------------------------------------
Added missing includes.

[CL 32590705 by alex kahn in ue5-main branch]
2024-03-28 15:54:15 -04:00
steve robb
6980aa27bf Added missing includes.
[CL 32586980 by steve robb in ue5-main branch]
2024-03-28 14:36:33 -04:00
andrea botti
02a67ac48e [RemoteControl]
FindSetter function will not return early in Editor if not found in the first tries.

#rb Juan.Portillo

[CL 30933320 by andrea botti in ue5-main branch]
2024-01-26 13:59:25 -05:00
andrea botti
7f8f056a31 [RemoteControl]
Add search for BP_Set while searching for setter.

#rb brad.monahan

[CL 30779981 by andrea botti in ue5-main branch]
2024-01-22 13:17:40 -05:00
jerome delattre
f8f54bca70 Relocate tests under "Plugin." to "Plugins.".
#jira UE-179877
#rb chris.constantinescu, rob.huyett, sean.sweeney, sebastian.lewicki

[CL 30022699 by jerome delattre in ue5-main branch]
2023-11-30 15:42:17 -05:00
jeremie roy
7b333e40c1 Fix build errors when building the engine in monolithic
#jira UE-199149
#rb geoffrey.douglas

[CL 29191110 by jeremie roy in ue5-main branch]
2023-10-27 14:39:10 -04:00
steve robb
d76ba72ada Removed AndOrNot.h usage and other traits from misc files.
#rb devin.doucette

[CL 29127277 by steve robb in ue5-main branch]
2023-10-26 05:11:56 -04:00
dario mazzanti
15235698c8 [Remote Control] SRCPanelExposedEntitiesList::OnObjectPropertyChange refreshing all nodes widgets every time any object property is updated
- Refresh is now done on Tick
- It is possible to disable this refresh from Remote Control Config options

#rb Jeremie.Roy

[CL 29057516 by dario mazzanti in ue5-main branch]
2023-10-24 22:14:34 -04:00
dario mazzanti
27a3aff28b [Remote Control] Add Property Id to list of columns visibility state to be stored in RC config
#jira UE-195676
#rb Jeremie.Roy

[CL 28188918 by dario mazzanti in ue5-main branch]
2023-09-25 11:19:38 -04:00
dario mazzanti
42ed778401 [Remote Control] Store as config the current settings of the RC Panel Tab
Settings added to config:

- Logic panel shown/hidden
- Exposed entities hidden columns
- Current mode (e.g. Setup/Operation)
- Action panel splitter position (split ratio)

#jira UE-195676
#rb Jeremie.Roy

[CL 28187156 by dario mazzanti in ue5-main branch]
2023-09-25 10:17:31 -04:00
kirill zorin
b6ee3a6c64 Fix UE_LOG callsites that have format string-related UB
#rb trivial
#preflight 647107780a6634dbb236a0a6

[CL 25651638 by kirill zorin in ue5-main branch]
2023-05-26 15:52:39 -04:00
jeremie roy
167173022d Allow changing RC web interface bind address
Enable remote passphrase enforcement by default when Restrict Server access is enabled

#jira UE-175341
#rb simon.therriault
#lockdown alejandro.arango
#preflight 6425a54d9834526476348afb

[CL 24861268 by jeremie roy in ue5-main branch]
2023-03-30 17:55:41 -04:00
jeremie roy
6f50b74191 Remote Control expose websocket server bind address
#jira UE-180918
#preflight 641c5c0c691c5ebc15afda23
#lockdown alejandro.arango
#rb simon.therriault

[CL 24763869 by jeremie roy in ue5-main branch]
2023-03-23 12:41:57 -04:00
jeremie roy
32f74abb44 Fix CIS error caused by submission of UE_DISABLE_OPTIMIZATION
#rb simon.therriault
#preflight 641893eb5d3e25354f0e63b1
#jira UE-180743
#lockdown alejandro.arango

[CL 24724086 by jeremie roy in ue5-main branch]
2023-03-20 17:21:47 -04:00
jeremie roy
0fad228315 Remote Control Security
Unify Allowed IP and AllowListed IP settings
Unify Use Passphrase and Allow passphrase



#jira UE-180586
#rb simon.therriault
#preflight 64149e303f3d31c94a973dd0
#lockdown alejandro.arango

[CL 24724032 by jeremie roy in ue5-main branch]
2023-03-20 17:19:34 -04:00
nick edwards
4bc34701c0 Fix C++20 compile error. Some types in RemoteControl are can no longer be aggregate initialized in C++20.
#preflight 6418451642618c85c474ea25
#rb none
#jira none

[CL 24719412 by nick edwards in ue5-main branch]
2023-03-20 13:28:35 -04:00
paul vincent
b1252d8dce Remote Control Web Interface bind address should not be 0.0.0.0
#jira UE-175336
#rb Alejandro.Arango Simon.Therriault Jeremie.Roy
#preflight 640a016eaf3fc3529230903b

[CL 24578393 by paul vincent in ue5-main branch]
2023-03-09 12:42:37 -05:00